Makefile.am (f7cc78ec) Makefile.am (35bd5cb4)
1## Process this file with automake to generate Makefile.in
2
3## FIXME: work around apparent automake bug.
4INTLLIBS = @INTLLIBS@
5
6AUTOMAKE_OPTIONS = cygnus dejagnu
7
8SUBDIRS = po

--- 823 unchanged lines hidden (view full) ---

832 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
833 done
834
835# Stuff that should be included in a distribution. The diststuff
836# target is run by the taz target in ../Makefile.in.
837LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
838diststuff: $(LDDISTSTUFF) info
839
1## Process this file with automake to generate Makefile.in
2
3## FIXME: work around apparent automake bug.
4INTLLIBS = @INTLLIBS@
5
6AUTOMAKE_OPTIONS = cygnus dejagnu
7
8SUBDIRS = po

--- 823 unchanged lines hidden (view full) ---

832 $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
833 done
834
835# Stuff that should be included in a distribution. The diststuff
836# target is run by the taz target in ../Makefile.in.
837LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
838diststuff: $(LDDISTSTUFF) info
839
840DISTCLEANFILES = tdirs site.exp site.bak
840DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
841distclean-local:
842 rm -rf ldscripts
843
844# Targets to rebuild dependencies in this Makefile.
845# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
846DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
847 rm -f DEP1
848 $(MAKE) MKDEP="$(MKDEP)" DEP1

--- 102 unchanged lines hidden ---
841distclean-local:
842 rm -rf ldscripts
843
844# Targets to rebuild dependencies in this Makefile.
845# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
846DEP: dep.sed $(CFILES) $(HFILES) $(GENERATED_CFILES) $(GENERATED_HFILES) config.h
847 rm -f DEP1
848 $(MAKE) MKDEP="$(MKDEP)" DEP1

--- 102 unchanged lines hidden ---