1998-02-27 07:54:42 +03:00
|
|
|
srcdir = @srcdir@
|
2000-09-14 19:12:00 +04:00
|
|
|
top_srcdir = @top_srcdir@
|
1998-02-27 07:54:42 +03:00
|
|
|
VPATH = @srcdir@
|
2000-09-18 08:57:29 +04:00
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
|
top_builddir = ..
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2000-09-14 19:12:00 +04:00
|
|
|
top_srcdir = $(srcdir)/..
|
2000-09-23 09:14:31 +04:00
|
|
|
@MCF@
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-07-07 01:13:01 +04:00
|
|
|
corbadir = $(sysconfdir)/CORBA/servers
|
|
|
|
desktopdir = $(mclibdir)/desktop-scripts
|
|
|
|
gnewdir = $(prefix)/share/mc/templates
|
|
|
|
gnomeicondir = @gnomeicondir@
|
|
|
|
icondir = $(datadir)/pixmaps/mc
|
|
|
|
|
|
|
|
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME -DICONDIR=\""$(icondir)/"\" \
|
|
|
|
-DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" \
|
|
|
|
@GNOME_INCLUDEDIR@
|
2000-08-29 16:08:50 +04:00
|
|
|
|
2000-10-06 10:49:45 +04:00
|
|
|
CFLAGS = $(XCFLAGS)
|
2000-09-14 23:20:50 +04:00
|
|
|
CPPFLAGS = $(XCPPFLAGS) -I. -I$(gnomedir) -I$(mcsrcdir) $(GNOMEDEFS)
|
1998-12-03 02:44:06 +03:00
|
|
|
LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEUI_LIBS@
|
1998-12-31 04:18:31 +03:00
|
|
|
CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
|
1998-02-27 07:54:42 +03:00
|
|
|
DEFS = $(XDEFS)
|
1999-09-18 00:11:53 +04:00
|
|
|
LIBS = $(XLIBS) @TERMNET@
|
2001-07-12 19:07:50 +04:00
|
|
|
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@ @LIBICONV@
|
2001-04-06 10:24:21 +04:00
|
|
|
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
|
|
|
|
$(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
|
1998-02-27 07:54:42 +03:00
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
1998-12-03 19:10:25 +03:00
|
|
|
PIXMAPS = \
|
|
|
|
dev.xpm \
|
|
|
|
link.xpm \
|
|
|
|
listing-list.xpm \
|
|
|
|
listing-iconic.xpm \
|
1999-01-05 04:27:45 +03:00
|
|
|
listing-custom.xpm \
|
|
|
|
listing-brief-list.xpm \
|
1998-12-03 19:10:25 +03:00
|
|
|
dir-close.xpm \
|
|
|
|
dir-open.xpm
|
|
|
|
|
1999-03-30 10:09:56 +04:00
|
|
|
GNOMESRCS = \
|
|
|
|
gaction.c \
|
|
|
|
gcustom-layout.c \
|
|
|
|
gcmd.c \
|
|
|
|
gcorba.c \
|
|
|
|
gdesktop-icon.c \
|
|
|
|
gdesktop-init.c \
|
1999-08-24 03:13:31 +04:00
|
|
|
gdesktop-prefs.c \
|
1999-03-30 10:09:56 +04:00
|
|
|
gdesktop.c \
|
|
|
|
gdialogs.c \
|
|
|
|
gdnd.c \
|
|
|
|
gicon.c \
|
|
|
|
gkey.c \
|
|
|
|
glayout.c \
|
|
|
|
gmain.c \
|
|
|
|
gmount.c \
|
|
|
|
gmc-chargrid.c \
|
|
|
|
gmetadata.c \
|
|
|
|
gpopup2.c \
|
|
|
|
gprefs.c \
|
|
|
|
gprint.c \
|
|
|
|
gnome-file-property-dialog.c \
|
|
|
|
gnome-open-dialog.c \
|
|
|
|
gscreen.c \
|
|
|
|
gsession.c \
|
|
|
|
gtools.c \
|
|
|
|
gtkdtree.c \
|
1999-04-10 01:13:04 +04:00
|
|
|
gtkflist.c \
|
1999-03-30 10:09:56 +04:00
|
|
|
gutil.c \
|
|
|
|
gview.c \
|
1999-01-13 06:35:26 +03:00
|
|
|
gwidget.c
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1999-03-30 10:09:56 +04:00
|
|
|
GNOMEHDRS = \
|
|
|
|
gcmd.h \
|
|
|
|
gconf.h \
|
|
|
|
gcorba.h \
|
|
|
|
gcustom-layout.h \
|
|
|
|
gdesktop-icon.h \
|
|
|
|
gdesktop-init.h \
|
1999-08-24 03:13:31 +04:00
|
|
|
gdesktop-prefs.h \
|
1999-03-30 10:09:56 +04:00
|
|
|
gdesktop.h \
|
|
|
|
gdnd.h \
|
|
|
|
gicon.h \
|
|
|
|
gmain.h \
|
|
|
|
gmount.h \
|
|
|
|
gmc-chargrid.h \
|
|
|
|
gmetadata.h \
|
|
|
|
gpopup.h \
|
|
|
|
gprefs.h \
|
|
|
|
gprint.h \
|
|
|
|
gnome-file-property-dialog.h \
|
|
|
|
gnome-open-dialog.h \
|
|
|
|
gscreen.h \
|
|
|
|
gsession.h \
|
|
|
|
gtkdtree.h \
|
1999-04-10 01:13:04 +04:00
|
|
|
gtkflist.h \
|
1998-11-25 06:29:23 +03:00
|
|
|
gwidget.h
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1998-11-25 06:29:23 +03:00
|
|
|
ICONS = \
|
1999-02-19 03:18:25 +03:00
|
|
|
i-blockdev.png \
|
|
|
|
i-cdrom.png \
|
|
|
|
i-chardev.png \
|
|
|
|
i-core.png \
|
1998-12-11 04:57:01 +03:00
|
|
|
i-dirclosed.png \
|
1998-11-25 06:29:23 +03:00
|
|
|
i-directory.png \
|
1998-06-18 11:37:15 +04:00
|
|
|
i-executable.png \
|
1999-02-19 03:18:25 +03:00
|
|
|
i-fifo.png \
|
|
|
|
i-floppy.png \
|
1999-03-11 10:53:26 +03:00
|
|
|
i-nfs.png \
|
1999-02-19 03:18:25 +03:00
|
|
|
i-printer.png \
|
1998-06-18 11:37:15 +04:00
|
|
|
i-regular.png \
|
1998-12-06 00:54:25 +03:00
|
|
|
i-sock.png \
|
1999-02-19 03:18:25 +03:00
|
|
|
i-stalled.png \
|
1999-05-19 09:55:10 +04:00
|
|
|
i-symlink.png \
|
1999-07-01 03:20:35 +04:00
|
|
|
i-zipdisk.png \
|
|
|
|
i-zipdisk2.png
|
1998-03-18 09:24:20 +03:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#
|
2000-09-14 23:20:50 +04:00
|
|
|
# These objects are made from sources in ../src
|
1998-02-27 07:54:42 +03:00
|
|
|
#
|
2001-05-30 04:18:10 +04:00
|
|
|
OOBJS = dlg.o screen.o widget.o wtools.o \
|
2001-06-02 05:18:22 +04:00
|
|
|
file.o find.o dialog.o view.o \
|
2001-06-02 10:55:45 +04:00
|
|
|
panelize.o background.o dir.o util.o \
|
1999-01-14 04:10:32 +03:00
|
|
|
win.o color.o profile.o user.o ext.o setup.o \
|
2001-06-19 04:54:51 +04:00
|
|
|
regex.o complete.o \
|
2001-06-26 19:01:35 +04:00
|
|
|
cmd.o utilunix.o filenot.o \
|
2000-09-14 23:20:50 +04:00
|
|
|
fileopctx.o treestore.o mad.o
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1998-12-03 19:10:25 +03:00
|
|
|
CORBAOBJS = \
|
|
|
|
main-corba.o \
|
|
|
|
gcorba.o \
|
1999-09-14 09:21:39 +04:00
|
|
|
gmount-corba.o \
|
1999-09-17 07:03:32 +04:00
|
|
|
magicdev-common.o \
|
|
|
|
magicdev-stubs.o \
|
1998-12-14 09:45:07 +03:00
|
|
|
FileManager-skels.o \
|
1999-01-28 07:37:47 +03:00
|
|
|
FileManager-stubs.o \
|
1998-12-14 09:45:07 +03:00
|
|
|
FileManager-common.o
|
1998-12-03 19:10:25 +03:00
|
|
|
|
1999-03-30 10:09:56 +04:00
|
|
|
OBJS = \
|
|
|
|
$(OOBJS) \
|
|
|
|
gaction.o \
|
|
|
|
gcmd.o \
|
|
|
|
gcustom-layout.o \
|
2000-09-14 23:20:50 +04:00
|
|
|
gdialogs.o \
|
1999-03-30 10:09:56 +04:00
|
|
|
gdesktop-icon.o \
|
|
|
|
gdesktop-init.o \
|
1999-08-24 03:13:31 +04:00
|
|
|
gdesktop-prefs.o \
|
1999-03-30 10:09:56 +04:00
|
|
|
gdesktop.o \
|
|
|
|
gdnd.o \
|
|
|
|
gicon.o \
|
|
|
|
gkey.o \
|
|
|
|
glayout.o \
|
|
|
|
gmain.o \
|
|
|
|
gmc-chargrid.o \
|
|
|
|
gmetadata.o \
|
|
|
|
gpopup2.o \
|
|
|
|
gprefs.o \
|
|
|
|
gprint.o \
|
|
|
|
gnome-file-property-dialog.o \
|
|
|
|
gnome-open-dialog.o \
|
|
|
|
gscreen.o \
|
|
|
|
gsession.o \
|
|
|
|
gtools.o \
|
|
|
|
gutil.o \
|
|
|
|
gview.o \
|
|
|
|
gtkdtree.o \
|
1999-04-10 01:13:04 +04:00
|
|
|
gtkflist.o \
|
1998-11-25 06:29:23 +03:00
|
|
|
gwidget.o
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1999-09-14 09:21:39 +04:00
|
|
|
NORMALOBJS = \
|
|
|
|
gmount.o \
|
1998-12-03 02:44:06 +03:00
|
|
|
main.o
|
|
|
|
|
|
|
|
CORBA_GENERATED = \
|
|
|
|
FileManager.h \
|
|
|
|
FileManager-stubs.c \
|
|
|
|
FileManager-skels.c \
|
|
|
|
FileManager-common.c
|
|
|
|
|
1999-09-14 09:21:39 +04:00
|
|
|
MAGICDEV_GENERATED = \
|
|
|
|
magicdev-common.c \
|
1999-09-19 23:48:51 +04:00
|
|
|
magicdev-stubs.c \
|
|
|
|
magicdev.h
|
1999-09-14 09:21:39 +04:00
|
|
|
|
1999-09-10 02:46:54 +04:00
|
|
|
CLIENTSRCS = gmc-client.c
|
|
|
|
|
|
|
|
CLIENTOBJS = \
|
|
|
|
gmc-client.o \
|
|
|
|
FileManager-stubs.o \
|
|
|
|
FileManager-common.o
|
|
|
|
|
|
|
|
|
2000-09-14 19:12:00 +04:00
|
|
|
$(CORBA_GENERATED): $(top_srcdir)/idl/FileManager.idl
|
|
|
|
orbit-idl `gnome-config --cflags idl` $(top_srcdir)/idl/FileManager.idl
|
1998-12-03 02:44:06 +03:00
|
|
|
|
1999-09-20 03:09:07 +04:00
|
|
|
$(MAGICDEV_GENERATED): $(srcdir)/magicdev.idl
|
1999-09-19 23:48:51 +04:00
|
|
|
orbit-idl `gnome-config --cflags idl` --noskels $(srcdir)/magicdev.idl
|
1999-09-14 09:21:39 +04:00
|
|
|
|
1998-12-03 02:44:06 +03:00
|
|
|
FileManager-impl.c: FileManager.h
|
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gnome.TODO \
|
|
|
|
layout \
|
|
|
|
gmc.gnorba \
|
|
|
|
mc.keys.in.in \
|
|
|
|
gimp.image.desktop \
|
2000-09-18 08:57:29 +04:00
|
|
|
magicdev.idl \
|
|
|
|
application.x-gnumeric.desktop
|
1999-02-06 02:15:52 +03:00
|
|
|
|
1998-12-03 02:44:06 +03:00
|
|
|
DISTGNOME = \
|
1998-12-30 22:56:51 +03:00
|
|
|
Makefile.in ChangeLog $(EXTRA_DIST) $(CORBA_SOURCES) \
|
2000-09-18 08:57:29 +04:00
|
|
|
$(PIXMAPS) $(ICONS) $(GNOMESRCS) $(GNOMEHDRS) \
|
1999-09-10 03:48:00 +04:00
|
|
|
$(CLIENTSRCS) gmc-window.c gmc-window.h
|
1999-02-06 02:15:52 +03:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
.c.o:
|
|
|
|
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
|
|
|
|
|
1998-12-03 02:44:06 +03:00
|
|
|
main-corba.o: main.c
|
2000-09-22 04:15:56 +04:00
|
|
|
$(CC) -c -DHAVE_CORBA $(CPPFLAGS) $(DEFS) $(CFLAGS) main.c -o main-corba.o
|
1998-12-03 02:44:06 +03:00
|
|
|
|
1999-09-14 09:21:39 +04:00
|
|
|
gmount-corba.o: gmount.c
|
2000-09-22 04:15:56 +04:00
|
|
|
$(CC) -c -DHAVE_CORBA $(CPPFLAGS) $(DEFS) $(CFLAGS) $(srcdir)/gmount.c -o gmount-corba.o
|
1999-09-14 09:21:39 +04:00
|
|
|
|
1999-02-27 03:04:40 +03:00
|
|
|
gcorba.o: gcorba.c $(CORBA_GENERATED)
|
1999-09-14 09:21:39 +04:00
|
|
|
gmount.o: gmount.c $(MAGICDEV_GENERATED)
|
1999-02-27 03:04:40 +03:00
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
all: @mx@ Makefile mc.keys
|
1998-03-18 09:24:20 +03:00
|
|
|
|
|
|
|
Makefile: Makefile.in ../config.status
|
|
|
|
(cd ..; CONFIG_FILES=gnome/Makefile CONFIG_HEADERS= ./config.status)
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
mx: checklinks
|
1999-01-28 07:37:47 +03:00
|
|
|
$(MAKE) plain-gmc
|
1998-12-31 04:18:31 +03:00
|
|
|
$(MAKE) corba-gmc
|
1999-09-10 02:46:54 +04:00
|
|
|
$(MAKE) gmc-client
|
1999-01-28 07:37:47 +03:00
|
|
|
@touch mx
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-04-06 10:24:21 +04:00
|
|
|
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)
|
1999-09-18 00:11:53 +04:00
|
|
|
$(CC) -o plain-gmc $(NORMALOBJS) $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-04-06 10:24:21 +04:00
|
|
|
corba-gmc: $(OBJS) $(CORBAOBJS) $(DEPLIBS)
|
1999-09-18 00:11:53 +04:00
|
|
|
$(CC) -o corba-gmc $(CORBAOBJS) $(OBJS) $(EXTRALIBS) $(CORBA_LDFLAGS) $(LIBS)
|
1998-12-03 02:44:06 +03:00
|
|
|
|
1999-09-10 02:46:54 +04:00
|
|
|
gmc-client: $(CLIENTOBJS)
|
|
|
|
$(CC) -o gmc-client $(CLIENTOBJS) $(CORBA_LDFLAGS) $(LIBS)
|
|
|
|
|
1998-12-12 03:55:54 +03:00
|
|
|
mc.keys: mc.keys.in Makefile
|
1999-02-11 08:52:55 +03:00
|
|
|
sed -e 's^\@icondir\@^$(icondir)^g' \
|
|
|
|
-e 's^\@gnomeicondir\@^$(gnomeicondir)^g' \
|
|
|
|
< mc.keys.in > mc.keys.tmp \
|
1999-09-18 00:11:53 +04:00
|
|
|
&& mv mc.keys.tmp mc.keys
|
1998-12-12 03:55:54 +03:00
|
|
|
|
1998-12-16 01:42:33 +03:00
|
|
|
mc.keys.in: mc.keys.in.in Makefile.in ../config.status
|
|
|
|
(cd ..; CONFIG_FILES=gnome/mc.keys.in CONFIG_HEADERS= ./config.status)
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
checklinks:
|
2000-09-14 23:20:50 +04:00
|
|
|
@if test -f regex.c; then : ; \
|
1998-12-09 09:00:11 +03:00
|
|
|
else $(MAKE) sourcelinks; fi
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1998-12-09 03:59:23 +03:00
|
|
|
sourcelinks:
|
2000-09-14 23:20:50 +04:00
|
|
|
for i in $(OOBJS) main.o; do \
|
|
|
|
f=`echo $$i | sed -e 's/\\.o$$//'`.c; \
|
2000-09-23 09:14:31 +04:00
|
|
|
rm -f $$f; \
|
2000-09-14 23:20:50 +04:00
|
|
|
$(LN_S) $(mcsrcdir)/$$f . || exit 1; \
|
|
|
|
done
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
cleansourcelinks:
|
2000-09-14 23:20:50 +04:00
|
|
|
-if test -f regex.c; then \
|
2000-09-23 09:14:31 +04:00
|
|
|
find . -lname '*.c' | xargs rm -f; \
|
1998-02-27 07:54:42 +03:00
|
|
|
fi
|
|
|
|
|
|
|
|
check:
|
|
|
|
@echo no tests are supplied.
|
|
|
|
|
|
|
|
TAGS: $(GNOMESRCS)
|
|
|
|
etags $(GNOMESRCS)
|
|
|
|
|
2000-09-23 09:14:31 +04:00
|
|
|
mostlyclean:
|
|
|
|
rm -f *.o core a.out mc.keys.in
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2000-09-23 09:14:31 +04:00
|
|
|
clean: mostlyclean
|
|
|
|
rm -f plain-gmc corba-gmc gmc-client mx mc.keys \
|
|
|
|
$(CORBA_GENERATED) $(MAGICDEV_GENERATED)
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2000-09-23 09:14:31 +04:00
|
|
|
distclean: clean cleansourcelinks
|
|
|
|
rm -f TAGS
|
|
|
|
rm -f *~
|
|
|
|
rm -f Makefile
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2000-08-28 22:51:22 +04:00
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
|
|
|
|
distdir:
|
2000-09-15 10:05:22 +04:00
|
|
|
for I in $(DISTGNOME); \
|
|
|
|
do cp -p $(srcdir)/$$I $(distdir) || exit 1; \
|
|
|
|
done
|
1998-02-27 07:54:42 +03:00
|
|
|
|
1998-12-31 04:18:31 +03:00
|
|
|
install: install_@mx@
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
install_:
|
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
install_mx: all
|
2000-09-18 08:57:29 +04:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(icondir)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(mclibdir)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/mime-info
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(corbadir)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(gnewdir)
|
1999-01-28 07:37:47 +03:00
|
|
|
$(INSTALL_PROGRAM) plain-gmc $(DESTDIR)$(bindir)/$(binprefix)plain-gmc
|
|
|
|
$(INSTALL_PROGRAM) corba-gmc $(DESTDIR)$(bindir)/$(binprefix)gmc
|
1999-09-10 02:46:54 +04:00
|
|
|
$(INSTALL_PROGRAM) gmc-client $(DESTDIR)$(bindir)/$(binprefix)gmc-client
|
1998-06-18 11:37:15 +04:00
|
|
|
for I in $(ICONS); \
|
|
|
|
do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(icondir)/$$I; done
|
1999-03-26 19:18:41 +03:00
|
|
|
$(INSTALL_DATA) $(srcdir)/layout $(DESTDIR)$(mclibdir)/layout
|
1998-12-12 04:35:46 +03:00
|
|
|
$(INSTALL_DATA) mc.keys $(DESTDIR)$(datadir)/mime-info
|
1999-01-31 23:28:13 +03:00
|
|
|
$(INSTALL_DATA) $(srcdir)/gmc.gnorba $(DESTDIR)$(corbadir)
|
1999-01-20 02:45:35 +03:00
|
|
|
|
1999-09-18 00:11:53 +04:00
|
|
|
uninstall:
|
2000-09-23 09:14:31 +04:00
|
|
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)gmc
|
|
|
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)gmc-client
|
|
|
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)plain-gmc
|
1998-06-26 13:41:17 +04:00
|
|
|
for I in $(ICONS); \
|
2000-09-23 09:14:31 +04:00
|
|
|
do rm -f $(DESTDIR)$(icondir)/$$I; done
|
1998-06-18 11:37:15 +04:00
|
|
|
-rmdir $(DESTDIR)$(icondir)
|
2000-09-23 09:14:31 +04:00
|
|
|
rm -f $(DESTDIR)$(mclibdir)/layout
|
|
|
|
rm -f $(DESTDIR)$(datadir)/mime-info/mc.keys
|
1998-12-31 04:18:31 +03:00
|
|
|
-rmdir $(DESTDIR)$(datadir)/mime-info
|
2000-08-15 20:56:33 +04:00
|
|
|
-rmdir $(DESTDIR)$(gnewdir)
|
2000-09-23 09:14:31 +04:00
|
|
|
rm -f $(DESTDIR)$(corbadir)/gmc.gnorba
|
2000-08-15 20:56:33 +04:00
|
|
|
-rmdir $(DESTDIR)$(corbadir)
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-05-27 08:34:12 +04:00
|
|
|
depend:
|
1998-02-27 07:54:42 +03:00
|
|
|
|