File: Makefile.am

package info (click to toggle)
peruser 4b33-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,952 kB
  • ctags: 1,064
  • sloc: cpp: 22,367; perl: 2,733; makefile: 345; sh: 335
file content (19 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LIBRARIES = libnp.a

INCLUDES=-I$(top_srcdir)/inc -I$(top_srcdir) $(GTK_CFLAGS)

libnp_a_SOURCES = compare.C 

libnp_a_LIBADD = npfile/NP_File.o npfile/~NP_File.o npfile/openr.o \
npfile/openrw.o npfile/opena.o npfile/openw.o npfile/close.o npfile/name.o \
npfile/status.o npfile/seek.o npfile/get_string.o npfile/put_string.o \
npfile/lock.o npfile/tell.o npfile/ffread.o npfile/flush.o \
npstringarray/NP_Stringarray.o npstringarray/~NP_Stringarray.o \
npstringarray/add_item.o npstringarray/sort.o npstringarray/remove_item.o \
npstringarray/operator[].o npstringarray/get_total.o \
npstringarray/replace_item.o npstringarray/reassign_item.o \
npstringarray/clear.o npstringarray/allow_duplicates.o

SUBDIRS = npfile npstringarray