File: Makefile.am

package info (click to toggle)
dircproxy 1.0.5-5
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,120 kB
  • ctags: 740
  • sloc: ansic: 9,466; sh: 2,946; makefile: 113; perl: 70
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = \
	libgetopt.a

libgetopt_a_SOURCES = \
	getopt.c \
	getopt.h \
	getopt1.c