1## Process this file with automake to produce Makefile.in 2 3noinst_LIBRARIES = libap.a 4libap_a_SOURCES = \ 5anumlst.cc areadat.cc cfgfile.cc comprcfg.cc dates.cc dir.cc dirstack.cc \ 6dosfind.cc fbbs.cc fbd.cc fblib.cc file.cc harderr.cc \ 7heapstor.cc maxacs.cc maxprm.cc mdir.cc misc.cc namelist.cc \ 8outwrap.cc parsetxt.cc runcmd.cc sqnetscn.cc sqtagpat.cc \ 9strlst.cc timers.cc v7lib.cc wordstore.cc writelog.cc 10 11DEFS=-DUNIX 12INCLUDES=-Iinclude -I../include -I../include/max 13SUBDIRS = include 14