source: rtems/tools/build/Makefile.in @ 29e68b75

4.104.114.84.95
Last change on this file since 29e68b75 was 29e68b75, checked in by Joel Sherrill <joel.sherrill@…>, on 07/26/99 at 21:26:44

Patch from Ralf Corsepius <corsepiu@…>:

This patch is an addition to "The big-patch"

CHANGES:

  • FIX: c/Makefile.am: bogus comment which changed the behavior of c/Makefile.am removed
  • FIX: make/custom/ts_i386ex.cfg did not set HAS_NETWORKING correctly (Me thinks it might have been me who added this bogus setting :-).
  • NEW: removing make targets get, protos, debug_install, profile_install
  • NEW: replacing clobber with distclean
  • NEW: Reimplement distclean and clean as reverse depth first make targets (adaptation to automake's behavior)
  • NEW: removing RCS_CLEAN from make distclean (tools/build/rcs_clean is still in - remove it?)
  • NEW: "$(RM) Makefile" added to make distclean (adaptation to automake's behavior)
  • NEW: "$(RM) config.cache config.log" to CLOBBER_ADDITIONS in [lib|exec|tests]/Makefile.in (adaptation to automake's behavior)
  • NEW: "$(CLEAN_PROTOS)" removed (Not used anywhere)
  • NEW: binpatch.c moved from i386 bsp tools to tools/build (AFAIS, binpatch is not specific to the pc386 BSP at all)
  • NEW: AC_EXEEXT added to all configure scripts which contain AC_PROG_CC (Cygwin support)
  • NEW/Experimental: An experimental implementation of temporary installation tree support in libbsp/i386/pc386/tools/Makefile.am, based on dependency tracking with make, instead of applying INSTALL_CHANGE.

REMARK:

  • This patch is small in size, but changes the behavior of "make clean|distclean|clobber" basically.
  • This patch does not alter building/compiling RTEMS, ie. there should be no need to rerun all "make all" building tests.

KNOWN BUGS:

  • make RTEMS_BSP="..." distclean in c/ runs "make distclean" in BSPs subdirectories passed through RTEMS_BSP and in "c/." only, but does not descend into other BSP subdirectories previously configured with different settings of make RTEMS_BSP="...". => Workaround: always use the same setting of RTEMS_BSP when working inside the build-tree.
  • "make [distclean|clean]" do not clean subdirectories, which have been configured at configuration time, but which are not used due to make-time configuration (e.g. macros/networking/rdgb subdirectories). This will problem will vanish by itself when migrating from make-time to configuration-time configuration

APPLYING THE PATCH

mv c/src/lib/libbsp/i386/pc386/tools/binpatch.c tools/build
patch -p1 < rtems-rc-19990709-2.diff
autogen

  • Property mode set to 100644
File size: 14.8 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13#
14# $Id$
15#
16
17
18
19SHELL = @SHELL@
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24prefix = @prefix@
25exec_prefix = @exec_prefix@
26
27bindir = @bindir@
28sbindir = @sbindir@
29libexecdir = @libexecdir@
30datadir = @datadir@
31sysconfdir = @sysconfdir@
32sharedstatedir = @sharedstatedir@
33localstatedir = @localstatedir@
34libdir = @libdir@
35infodir = @infodir@
36mandir = @mandir@
37includedir = @includedir@
38oldincludedir = /usr/include
39
40DESTDIR =
41
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = .
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57transform = @program_transform_name@
58
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65host_alias = @host_alias@
66host_triplet = @host@
67CC = @CC@
68EXEEXT = @EXEEXT@
69KSH = @KSH@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72PACKAGE = @PACKAGE@
73RTEMS_TOPdir = @RTEMS_TOPdir@
74VERSION = @VERSION@
75
76AUTOMAKE_OPTIONS = foreign 1.4
77ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
78
79bin_PROGRAMS = cklength eolstrip packhex unhex
80
81noinst_PROGRAMS = binpatch
82
83cklength_SOURCES = cklength.c
84eolstrip_SOURCES = eolstrip.c
85packhex_SOURCES = packhex.c
86unhex_SOURCES = unhex.c
87binpatch_SOURCES = binpatch.c
88
89bin_SCRIPTS =  install-if-change lock-directory unlock-directory rcs-clean
90
91
92noinst_SCRIPTS = search-id.sh
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
95CONFIG_HEADER = config.h
96CONFIG_CLEAN_FILES =  install-if-change lock-directory rcs-clean \
97unlock-directory
98bin_PROGRAMS =  cklength$(EXEEXT) eolstrip$(EXEEXT) packhex$(EXEEXT) \
99unhex$(EXEEXT)
100noinst_PROGRAMS =  binpatch$(EXEEXT)
101PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
102
103
104DEFS = @DEFS@ -I. -I$(srcdir) -I.
105CPPFLAGS = @CPPFLAGS@
106LDFLAGS = @LDFLAGS@
107LIBS = @LIBS@
108cklength_OBJECTS =  cklength.o
109cklength_LDADD = $(LDADD)
110cklength_DEPENDENCIES =
111cklength_LDFLAGS =
112eolstrip_OBJECTS =  eolstrip.o
113eolstrip_LDADD = $(LDADD)
114eolstrip_DEPENDENCIES =
115eolstrip_LDFLAGS =
116packhex_OBJECTS =  packhex.o
117packhex_LDADD = $(LDADD)
118packhex_DEPENDENCIES =
119packhex_LDFLAGS =
120unhex_OBJECTS =  unhex.o
121unhex_LDADD = $(LDADD)
122unhex_DEPENDENCIES =
123unhex_LDFLAGS =
124binpatch_OBJECTS =  binpatch.o
125binpatch_LDADD = $(LDADD)
126binpatch_DEPENDENCIES =
127binpatch_LDFLAGS =
128SCRIPTS =  $(bin_SCRIPTS) $(noinst_SCRIPTS)
129
130CFLAGS = @CFLAGS@
131COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132CCLD = $(CC)
133LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
134DIST_COMMON =  README ./stamp-h.in Makefile.am Makefile.in aclocal.m4 \
135config.h.in configure configure.in install-if-change.in \
136lock-directory.in rcs-clean.in unlock-directory.in
137
138
139DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140
141TAR = tar
142GZIP_ENV = --best
143DEP_FILES =  .deps/binpatch.P .deps/cklength.P .deps/eolstrip.P \
144.deps/packhex.P .deps/unhex.P
145SOURCES = $(cklength_SOURCES) $(eolstrip_SOURCES) $(packhex_SOURCES) $(unhex_SOURCES) $(binpatch_SOURCES)
146OBJECTS = $(cklength_OBJECTS) $(eolstrip_OBJECTS) $(packhex_OBJECTS) $(unhex_OBJECTS) $(binpatch_OBJECTS)
147
148all: all-redirect
149.SUFFIXES:
150.SUFFIXES: .S .c .o .s
151$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../automake/local.am
152        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
153
154Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
155        cd $(top_builddir) \
156          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
159        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
160
161config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
162        $(SHELL) ./config.status --recheck
163$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
164        cd $(srcdir) && $(AUTOCONF)
165
166config.h: stamp-h
167        @if test ! -f $@; then \
168                rm -f stamp-h; \
169                $(MAKE) stamp-h; \
170        else :; fi
171stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
172        cd $(top_builddir) \
173          && CONFIG_FILES= CONFIG_HEADERS=config.h \
174             $(SHELL) ./config.status
175        @echo timestamp > stamp-h 2> /dev/null
176$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
177        @if test ! -f $@; then \
178                rm -f $(srcdir)/stamp-h.in; \
179                $(MAKE) $(srcdir)/stamp-h.in; \
180        else :; fi
181$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
182        cd $(top_srcdir) && $(AUTOHEADER)
183        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
184
185mostlyclean-hdr:
186
187clean-hdr:
188
189distclean-hdr:
190        -rm -f config.h
191
192maintainer-clean-hdr:
193install-if-change: $(top_builddir)/config.status install-if-change.in
194        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
195lock-directory: $(top_builddir)/config.status lock-directory.in
196        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
197rcs-clean: $(top_builddir)/config.status rcs-clean.in
198        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
199unlock-directory: $(top_builddir)/config.status unlock-directory.in
200        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
201
202mostlyclean-binPROGRAMS:
203
204clean-binPROGRAMS:
205        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
206
207distclean-binPROGRAMS:
208
209maintainer-clean-binPROGRAMS:
210
211install-binPROGRAMS: $(bin_PROGRAMS)
212        @$(NORMAL_INSTALL)
213        $(mkinstalldirs) $(DESTDIR)$(bindir)
214        @list='$(bin_PROGRAMS)'; for p in $$list; do \
215          if test -f $$p; then \
216            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
217             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
218          else :; fi; \
219        done
220
221uninstall-binPROGRAMS:
222        @$(NORMAL_UNINSTALL)
223        list='$(bin_PROGRAMS)'; for p in $$list; do \
224          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
225        done
226
227mostlyclean-noinstPROGRAMS:
228
229clean-noinstPROGRAMS:
230        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
231
232distclean-noinstPROGRAMS:
233
234maintainer-clean-noinstPROGRAMS:
235
236.s.o:
237        $(COMPILE) -c $<
238
239.S.o:
240        $(COMPILE) -c $<
241
242mostlyclean-compile:
243        -rm -f *.o core *.core
244
245clean-compile:
246
247distclean-compile:
248        -rm -f *.tab.c
249
250maintainer-clean-compile:
251
252cklength$(EXEEXT): $(cklength_OBJECTS) $(cklength_DEPENDENCIES)
253        @rm -f cklength$(EXEEXT)
254        $(LINK) $(cklength_LDFLAGS) $(cklength_OBJECTS) $(cklength_LDADD) $(LIBS)
255
256eolstrip$(EXEEXT): $(eolstrip_OBJECTS) $(eolstrip_DEPENDENCIES)
257        @rm -f eolstrip$(EXEEXT)
258        $(LINK) $(eolstrip_LDFLAGS) $(eolstrip_OBJECTS) $(eolstrip_LDADD) $(LIBS)
259
260packhex$(EXEEXT): $(packhex_OBJECTS) $(packhex_DEPENDENCIES)
261        @rm -f packhex$(EXEEXT)
262        $(LINK) $(packhex_LDFLAGS) $(packhex_OBJECTS) $(packhex_LDADD) $(LIBS)
263
264unhex$(EXEEXT): $(unhex_OBJECTS) $(unhex_DEPENDENCIES)
265        @rm -f unhex$(EXEEXT)
266        $(LINK) $(unhex_LDFLAGS) $(unhex_OBJECTS) $(unhex_LDADD) $(LIBS)
267
268binpatch$(EXEEXT): $(binpatch_OBJECTS) $(binpatch_DEPENDENCIES)
269        @rm -f binpatch$(EXEEXT)
270        $(LINK) $(binpatch_LDFLAGS) $(binpatch_OBJECTS) $(binpatch_LDADD) $(LIBS)
271
272install-binSCRIPTS: $(bin_SCRIPTS)
273        @$(NORMAL_INSTALL)
274        $(mkinstalldirs) $(DESTDIR)$(bindir)
275        @list='$(bin_SCRIPTS)'; for p in $$list; do \
276          if test -f $$p; then \
277            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
278            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
279          else if test -f $(srcdir)/$$p; then \
280            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
281            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
282          else :; fi; fi; \
283        done
284
285uninstall-binSCRIPTS:
286        @$(NORMAL_UNINSTALL)
287        list='$(bin_SCRIPTS)'; for p in $$list; do \
288          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
289        done
290
291tags: TAGS
292
293ID: $(HEADERS) $(SOURCES) $(LISP)
294        list='$(SOURCES) $(HEADERS)'; \
295        unique=`for i in $$list; do echo $$i; done | \
296          awk '    { files[$$0] = 1; } \
297               END { for (i in files) print i; }'`; \
298        here=`pwd` && cd $(srcdir) \
299          && mkid -f$$here/ID $$unique $(LISP)
300
301TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
302        tags=; \
303        here=`pwd`; \
304        list='$(SOURCES) $(HEADERS)'; \
305        unique=`for i in $$list; do echo $$i; done | \
306          awk '    { files[$$0] = 1; } \
307               END { for (i in files) print i; }'`; \
308        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
309          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
310
311mostlyclean-tags:
312
313clean-tags:
314
315distclean-tags:
316        -rm -f TAGS ID
317
318maintainer-clean-tags:
319
320distdir = $(PACKAGE)-$(VERSION)
321top_distdir = $(distdir)
322
323# This target untars the dist file and tries a VPATH configuration.  Then
324# it guarantees that the distribution is self-contained by making another
325# tarfile.
326distcheck: dist
327        -rm -rf $(distdir)
328        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
329        mkdir $(distdir)/=build
330        mkdir $(distdir)/=inst
331        dc_install_base=`cd $(distdir)/=inst && pwd`; \
332        cd $(distdir)/=build \
333          && ../configure --srcdir=.. --prefix=$$dc_install_base \
334          && $(MAKE) $(AM_MAKEFLAGS) \
335          && $(MAKE) $(AM_MAKEFLAGS) dvi \
336          && $(MAKE) $(AM_MAKEFLAGS) check \
337          && $(MAKE) $(AM_MAKEFLAGS) install \
338          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
339          && $(MAKE) $(AM_MAKEFLAGS) dist
340        -rm -rf $(distdir)
341        @banner="$(distdir).tar.gz is ready for distribution"; \
342        dashes=`echo "$$banner" | sed s/./=/g`; \
343        echo "$$dashes"; \
344        echo "$$banner"; \
345        echo "$$dashes"
346dist: distdir
347        -chmod -R a+r $(distdir)
348        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
349        -rm -rf $(distdir)
350dist-all: distdir
351        -chmod -R a+r $(distdir)
352        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
353        -rm -rf $(distdir)
354distdir: $(DISTFILES)
355        -rm -rf $(distdir)
356        mkdir $(distdir)
357        -chmod 777 $(distdir)
358        here=`cd $(top_builddir) && pwd`; \
359        top_distdir=`cd $(distdir) && pwd`; \
360        distdir=`cd $(distdir) && pwd`; \
361        cd $(top_srcdir) \
362          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
363        @for file in $(DISTFILES); do \
364          d=$(srcdir); \
365          if test -d $$d/$$file; then \
366            cp -pr $$/$$file $(distdir)/$$file; \
367          else \
368            test -f $(distdir)/$$file \
369            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
370            || cp -p $$d/$$file $(distdir)/$$file || :; \
371          fi; \
372        done
373
374DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
375
376-include $(DEP_FILES)
377
378mostlyclean-depend:
379
380clean-depend:
381
382distclean-depend:
383        -rm -rf .deps
384
385maintainer-clean-depend:
386
387%.o: %.c
388        @echo '$(COMPILE) -c $<'; \
389        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
390        @-cp .deps/$(*F).pp .deps/$(*F).P; \
391        tr ' ' '\012' < .deps/$(*F).pp \
392          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
393            >> .deps/$(*F).P; \
394        rm .deps/$(*F).pp
395
396%.lo: %.c
397        @echo '$(LTCOMPILE) -c $<'; \
398        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
399        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
400          < .deps/$(*F).pp > .deps/$(*F).P; \
401        tr ' ' '\012' < .deps/$(*F).pp \
402          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
403            >> .deps/$(*F).P; \
404        rm -f .deps/$(*F).pp
405info-am:
406info: info-am
407dvi-am:
408dvi: dvi-am
409check-am: all-am
410check: check-am
411installcheck-am:
412installcheck: installcheck-am
413all-recursive-am: config.h
414        $(MAKE) $(AM_MAKEFLAGS) all-recursive
415
416install-exec-am: install-binPROGRAMS install-binSCRIPTS
417install-exec: install-exec-am
418
419install-data-am:
420install-data: install-data-am
421
422install-am: all-am
423        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
424install: install-am
425uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
426uninstall: uninstall-am
427all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
428all-redirect: all-am
429install-strip:
430        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
431installdirs:
432        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
433
434
435mostlyclean-generic:
436
437clean-generic:
438
439distclean-generic:
440        -rm -f Makefile $(CONFIG_CLEAN_FILES)
441        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
442
443maintainer-clean-generic:
444mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
445                mostlyclean-noinstPROGRAMS mostlyclean-compile \
446                mostlyclean-tags mostlyclean-depend mostlyclean-generic
447
448mostlyclean: mostlyclean-am
449
450clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
451                clean-compile clean-tags clean-depend clean-generic \
452                mostlyclean-am
453
454clean: clean-am
455
456distclean-am:  distclean-hdr distclean-binPROGRAMS \
457                distclean-noinstPROGRAMS distclean-compile \
458                distclean-tags distclean-depend distclean-generic \
459                clean-am
460
461distclean: distclean-am
462        -rm -f config.status
463
464maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
465                maintainer-clean-noinstPROGRAMS \
466                maintainer-clean-compile maintainer-clean-tags \
467                maintainer-clean-depend maintainer-clean-generic \
468                distclean-am
469        @echo "This command is intended for maintainers to use;"
470        @echo "it deletes files that may require special tools to rebuild."
471
472maintainer-clean: maintainer-clean-am
473        -rm -f config.status
474
475.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
476mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
477maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
478mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
479clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
480mostlyclean-compile distclean-compile clean-compile \
481maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
482mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
483distdir mostlyclean-depend distclean-depend clean-depend \
484maintainer-clean-depend info-am info dvi-am dvi check check-am \
485installcheck-am installcheck all-recursive-am install-exec-am \
486install-exec install-data-am install-data install-am install \
487uninstall-am uninstall all-redirect all-am all installdirs \
488mostlyclean-generic distclean-generic clean-generic \
489maintainer-clean-generic clean mostlyclean distclean maintainer-clean
490
491
492debug-am:
493debug: debug-am
494.PHONY: debug debug-am
495
496profile-am:
497profile: profile-am
498.PHONY: profile profile-am
499
500preinstall-am:
501preinstall: preinstall-am
502.PHONY: preinstall preinstall-am
503
504depend-am:
505depend: depend-am
506.PHONY: depend depend-am
507
508# Tell versions [3.59,3.63) of GNU make to not export all variables.
509# Otherwise a system limit (for SysV at least) may be exceeded.
510.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.