/[dotgnu-pnet]/pnet/cscc/common/Makefile.am
ViewVC logotype

Diff of /pnet/cscc/common/Makefile.am

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

revision 1.6 by rweather, Sat Dec 28 05:07:51 2002 UTC revision 1.7 by ktreichel, Fri Aug 19 20:01:49 2005 UTC
# Line 1  Line 1 
1    
2  noinst_LIBRARIES = libILCCommon.a  noinst_LIBRARIES = libILCCommon.a
3    
4  libILCCommon_a_SOURCES = cc_compat.c \  EXTRA_DIST = cpp_defs.sh
5                                                   cc_cppdefs.c \  
6                                                   cc_errors.c \  nodist_libILCCommon_a_SOURCES = cc_cppdefs.c
7                                                   cc_main.c \  
8                                                   cc_options.c \  dist_libILCCommon_a_SOURCES = cc_compat.c \
9                                                   cc_preproc.c                                                            cc_cppdefs.c \
10                                                              cc_errors.c \
11                                                              cc_errors.h \
12                                                              cc_intl.h \
13                                                              cc_main.c \
14                                                              cc_main.h \
15                                                              cc_options.c \
16                                                              cc_preproc.c \
17                                                              cc_preproc.h
18    
19  AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/include  AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/include
20    
21  $(srcdir)/cc_cppdefs.c: $(srcdir)/cpp_defs.sh  cc_cppdefs.c: $(srcdir)/cpp_defs.sh
22          $(SHELL) $(srcdir)/cpp_defs.sh >$(srcdir)/cc_cppdefs.c          $(SHELL) $(srcdir)/cpp_defs.sh >cc_cppdefs.c
23    
24  CLEANFILES = $(srcdir)/cc_cppdefs.c  CLEANFILES = cc_cppdefs.c

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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