mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* syntax/Makefile.in: converted to ...
* syntax/Makefile.am: ... this
This commit is contained in:
parent
a9c6361996
commit
4f06791b5f
@ -1,5 +1,8 @@
|
||||
2000-08-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/Makefile.in: converted to ...
|
||||
* syntax/Makefile.am: ... this
|
||||
|
||||
* idl/Makefile.in: converted to ...
|
||||
* idl/Makefile.am: ... this
|
||||
|
||||
|
25
syntax/Makefile.am
Normal file
25
syntax/Makefile.am
Normal file
@ -0,0 +1,25 @@
|
||||
mclibdir = $(libdir)/mc
|
||||
syntaxdir = $(mclibdir)/syntax
|
||||
|
||||
syntax_DATA = \
|
||||
ada95.syntax \
|
||||
c.syntax \
|
||||
changelog.syntax \
|
||||
diff.syntax \
|
||||
fortran.syntax \
|
||||
html.syntax \
|
||||
java.syntax \
|
||||
latex.syntax \
|
||||
lsm.syntax \
|
||||
mail.syntax \
|
||||
makefile.syntax \
|
||||
ml.syntax \
|
||||
nroff.syntax \
|
||||
pascal.syntax \
|
||||
perl.syntax \
|
||||
python.syntax \
|
||||
sh.syntax \
|
||||
smalltalk.syntax \
|
||||
swig.syntax \
|
||||
texinfo.syntax \
|
||||
unknown.syntax
|
@ -1,71 +0,0 @@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
rootdir = $(srcdir)/..
|
||||
@MCFG@@MCF@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
#
|
||||
# Distribution variables
|
||||
#
|
||||
|
||||
DISTSYNTAX = Makefile.in $(ALLSYNTAX)
|
||||
ALLSYNTAX = \
|
||||
ada95.syntax \
|
||||
c.syntax \
|
||||
changelog.syntax \
|
||||
diff.syntax \
|
||||
fortran.syntax \
|
||||
html.syntax \
|
||||
java.syntax \
|
||||
latex.syntax \
|
||||
lsm.syntax \
|
||||
mail.syntax \
|
||||
makefile.syntax \
|
||||
ml.syntax \
|
||||
nroff.syntax \
|
||||
pascal.syntax \
|
||||
perl.syntax \
|
||||
python.syntax \
|
||||
sh.syntax \
|
||||
smalltalk.syntax \
|
||||
swig.syntax \
|
||||
texinfo.syntax \
|
||||
unknown.syntax
|
||||
|
||||
all:
|
||||
|
||||
Makefile: Makefile.in ../config.status
|
||||
(cd ..; CONFIG_FILES=syntax/Makefile CONFIG_HEADERS= ./config.status)
|
||||
|
||||
|
||||
install: Makefile
|
||||
for I in $(ALLSYNTAX); \
|
||||
do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(syntaxdir)/$$I; done
|
||||
|
||||
uninstall:
|
||||
for I in $(ALLSYNTAX); \
|
||||
do $(RMF) $(DESTDIR)$(syntaxdir)/$$I; done
|
||||
-rmdir $(DESTDIR)$(syntaxdir)
|
||||
|
||||
check:
|
||||
@echo no tests are supplied.
|
||||
|
||||
TAGS:
|
||||
|
||||
cross:
|
||||
|
||||
clean:
|
||||
|
||||
realclean:
|
||||
|
||||
distclean:
|
||||
$(RMF) $(srcdir)/*~ $(srcdir)/Makefile
|
||||
|
||||
distcopy:
|
||||
for I in $(DISTSYNTAX); do $(CP) $(top_srcdir)/syntax/$$I $(top_srcdir)/mc-$(VERSION)/syntax; done
|
||||
|
||||
depend dep:
|
Loading…
Reference in New Issue
Block a user