* Makefile.in: Add dependencies between gmc and static libraries
in the source tree.
Этот коммит содержится в:
родитель
e19d03e693
Коммит
0a90f50277
@ -1,5 +1,8 @@
|
||||
2001-04-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: Add dependencies between gmc and static libraries
|
||||
in the source tree.
|
||||
|
||||
* layout: New widget "findfile-Widget-find-case-check".
|
||||
|
||||
2001-02-28 Christian Meyer <chrisime@gnome.org>
|
||||
|
@ -16,6 +16,8 @@ CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
|
||||
DEFS = $(XDEFS)
|
||||
LIBS = $(XLIBS) @TERMNET@
|
||||
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
|
||||
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
|
||||
$(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
@ -256,10 +258,10 @@ mx: checklinks
|
||||
@echo -----------------------------------------------------------
|
||||
@touch mx
|
||||
|
||||
plain-gmc: $(OBJS) $(NORMALOBJS)
|
||||
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)
|
||||
$(CC) -o plain-gmc $(NORMALOBJS) $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
|
||||
|
||||
corba-gmc: $(OBJS) $(CORBAOBJS)
|
||||
corba-gmc: $(OBJS) $(CORBAOBJS) $(DEPLIBS)
|
||||
$(CC) -o corba-gmc $(CORBAOBJS) $(OBJS) $(EXTRALIBS) $(CORBA_LDFLAGS) $(LIBS)
|
||||
|
||||
gmc-client: $(CLIENTOBJS)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user