removal due to another working script
[trueprint.git] / src / Makefile.am
blob1be67af359e5baad40d8f688376f32563c6b8c40
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
3 INCLUDES                = -I$(top_builddir) -I$(top_srcdir)
5 bin_PROGRAMS            = trueprint
6 trueprint_SOURCES       = \
7 debug.c       index.c        lang_pascal.h  lang_verilog.c  output.h \
8 debug.h       index.h        lang_perl.c    lang_verilog.h  postscript.c \
9 diffs.c       input.c        lang_perl.h    language.c      postscript.h \
10 diffs.h       input.h        lang_pike.c    language.h      print_prompt.c \
11 expand_str.c  lang_c.c       lang_pike.h    main.c          print_prompt.h \
12 expand_str.h  lang_c.h       lang_report.c  main.h          printers_fl.c \
13 getopt.c      lang_cxx.c     lang_report.h  openpipe.c      printers_fl.h \
14 getopt.h      lang_cxx.h     lang_sh.c      openpipe.h      trueprint.h \
15 getopt1.c     lang_java.c    lang_sh.h      options.c       utils.c \
16 headers.c     lang_java.h    lang_text.c    options.h       utils.h \
17 headers.h     lang_pascal.c  lang_text.h    output.c
19 AM_CFLAGS               = -DPRINTERS_FILE=\"$(libdir)/printers\"