File: Makefile.am

package info (click to toggle)
macrosystem 0.51-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 560 kB
  • ctags: 80
  • sloc: sh: 7,645; cpp: 787; makefile: 62
file content (12 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in
##
## $Revision: 1.3 $
## $Date: 2000/02/03 07:40:45 $
##

noinst_PROGRAMS = simple macrofile
simple_SOURCES = simple.cc simple.txt
simple_LDADD = ../src/libmacrosystem.la
macrofile_SOURCES = macrofile.cc macrofile.ms
macrofile_LDADD = ../src/libmacrosystem.la
INCLUDES = -I../src