mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* idl/Makefile.in: converted to ...
* idl/Makefile.am: ... this
This commit is contained in:
parent
692e24750b
commit
a9c6361996
@ -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
5
idl/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
idldir = $(prefix)/share/idl
|
||||||
|
|
||||||
|
idl_DATA = FileManager.idl
|
||||||
|
|
||||||
|
EXTRA_DIST = $(idl_DATA)
|
@ -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:
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user