/[pspp]/pspp/src/Makefile.am
ViewVC logotype

Diff of /pspp/src/Makefile.am

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

revision 1.41 by jmd, Sun Feb 13 07:50:02 2005 UTC revision 1.42 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 2  Line 2 
2    
3  # PSPP  # PSPP
4    
5    include $(top_srcdir)/src/Make.build
6    
7    SUBDIRS = expressions
8    
9  # If you change this, you must also change the corresponding line in  # If you change this, you must also change the corresponding line in
10  # config/Makefile.am  # config/Makefile.am
11  pkgsysconfdir = $(sysconfdir)/@PACKAGE@  pkgsysconfdir = $(sysconfdir)/@PACKAGE@
12    
13  bin_PROGRAMS = pspp  bin_PROGRAMS = pspp
14    
   
   
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib   \  
 -I$(top_srcdir)/intl  
   
 AM_CFLAGS=  
   
 if cc_is_gcc  
 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \  
 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \  
 -ansi  
 endif  
   
 if unix  
 AM_CFLAGS+=-Dunix  
 endif  
   
 if msdos  
 AM_CFLAGS+=-D__MSDOS__  
 endif  
   
   
   
 CLEANFILES =  $(q_sources_c) version.c  
15  DISTCLEANFILES = foo  DISTCLEANFILES = foo
16  MAINTAINERCLEANFILES = Makefile.in  MAINTAINERCLEANFILES = Makefile.in
17  EXTRA_DIST = $(q_sources_q) q2c.c  EXTRA_DIST = $(q_sources_q) q2c.c
# Line 62  endif Line 42  endif
42  pspp_SOURCES = $(q_sources_c) $(chart_sources) \  pspp_SOURCES = $(q_sources_c) $(chart_sources) \
43  aggregate.c algorithm.c algorithm.h     \  aggregate.c algorithm.c algorithm.h     \
44  alloc.c alloc.h apply-dict.c ascii.c autorecode.c bitvector.h           \  alloc.c alloc.h apply-dict.c ascii.c autorecode.c bitvector.h           \
45  case.c case.h casefile.c casefile.h chart.c  chart.h  \  calendar.c calendar.h case.c case.h casefile.c casefile.h chart.c       \
46  cmdline.c cmdline.h command.c command.def               \  chart.h cmdline.c cmdline.h command.c command.def \
47  command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h   \  command.h compute.c copyleft.c copyleft.h count.c data-in.c data-in.h   \
48  data-list.c data-list.h data-out.c date.c debug-print.h descript.c      \  data-list.c data-list.h data-out.c date.c debug-print.h descript.c      \
49  devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h \  devind.c devind.h dfm-read.c dfm-read.h dfm-write.c dfm-write.h \
50  dictionary.c dictionary.h do-if.c do-ifP.h error.c \  dictionary.c dictionary.h do-if.c do-ifP.h error.c \
51  error.h expr-evl.c expr-opt.c expr-prs.c expr.h exprP.h expr.def        \  error.h factor_stats.c factor_stats.h file-handle.h     \
 factor_stats.c factor_stats.h file-handle.h     \  
52  file-type.c filename.c filename.h flip.c font.h format.c format.def     \  file-type.c filename.c filename.h flip.c font.h format.c format.def     \
53  format.h formats.c get.c getline.c getline.h glob.c glob.h              \  format.h formats.c get.c getline.c getline.h glob.c glob.h              \
54  groff-font.c group.c group.h group_proc.h \  groff-font.c group.c group.h group_proc.h \
# Line 91  var-labs.c var.h vars-atr.c vars-prs.c v Line 70  var-labs.c var.h vars-atr.c vars-prs.c v
70  vfm.c vfm.h vfmP.h weight.c  vfm.c vfm.h vfmP.h weight.c
71    
72    
73  pspp_LDADD = ../lib/julcal/libjulcal.a          \  pspp_LDADD = \
74          ../lib/misc/libmisc.a                   \          ../lib/misc/libmisc.a                   \
75            expressions/libexpressions.a            \
76            -lplot \
77          @LIBINTL@          @LIBINTL@
78    
79  nodist_pspp_SOURCES = version.c  nodist_pspp_SOURCES = version.c

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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