* idl/Makefile.in: converted to ...

* idl/Makefile.am: ... this
This commit is contained in:
Pavel Roskin 2000-08-24 16:34:52 +00:00
parent 692e24750b
commit a9c6361996
3 changed files with 8 additions and 44 deletions

View File

@ -1,5 +1,8 @@
2000-08-24 Pavel Roskin <proski@gnu.org> 2000-08-24 Pavel Roskin <proski@gnu.org>
* idl/Makefile.in: converted to ...
* idl/Makefile.am: ... this
* lib/Makefile.am: simplified, fixed "make dist" * lib/Makefile.am: simplified, fixed "make dist"
* lib/Makefile.in: converted to ... * lib/Makefile.in: converted to ...

5
idl/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
idldir = $(prefix)/share/idl
idl_DATA = FileManager.idl
EXTRA_DIST = $(idl_DATA)

View File

@ -1,44 +0,0 @@
srcdir = @srcdir@
VPATH = @srcdir@
rootdir = $(srcdir)/..
@MCFG@@MCF@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
#
# Distribution variables
#
DISTFILES = FileManager.idl Makefile.in
all:
check:
@echo no tests are supplied.
TAGS:
cross:
clean:
realclean:
distclean:
install:
for I in $(DISTFILES); \
do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(idldir)/$$I; done
uninstall:
for I in $(DISTFILES); \
do $(RMF) $(DESTDIR)$(idldir)/$$I; done
distcopy:
for I in $(DISTFILES); do $(CP) $(top_srcdir)/idl/$$I $(top_srcdir)/mc-$(VERSION)/idl; done
depend dep: