/[xforms]/xforms/Makefile.am
ViewVC logotype

Diff of /xforms/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Fri May 30 09:35:44 2003 UTC revision 1.3 by leeming, Tue Sep 9 15:58:08 2003 UTC
# Line 8  MAINTAINERCLEANFILES += \ Line 8  MAINTAINERCLEANFILES += \
8          $(srcdir)/acinclude.m4 \          $(srcdir)/acinclude.m4 \
9          $(srcdir)/config.h.in          $(srcdir)/config.h.in
10    
11  SUBDIRS = config lib image gl fd2ps fdesign  if BUILD_DEMOS
12    DEMOS = demos
13    else
14    DEMOS =
15    endif
16    
17    SUBDIRS = config lib image gl fd2ps fdesign $(DEMOS)
18    
 # Putting 'demos' in EXTRA_DIST rather than SUBDIRS prevents its contents  
 # from being built from the top level directory.  
 # (cd demos && make) works fine.  
19  EXTRA_DIST = ChangeLog COPYING.LIB Copyright README README.OS2 \  EXTRA_DIST = ChangeLog COPYING.LIB Copyright README README.OS2 \
20          autogen.sh xforms.spec.in xforms.spec demos          autogen.sh xforms.spec.in xforms.spec
21    
22  # Hack so that the targets that use tar will also work with automake 1.4  # Hack so that the targets that use tar will also work with automake 1.4
23  AMTAR ?= $(TAR)  AMTAR ?= $(TAR)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26