File: Makefile.am

package info (click to toggle)
minicom 2.1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,712 kB
  • ctags: 1,667
  • sloc: ansic: 18,440; sh: 3,081; makefile: 379; yacc: 318
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LIBRARIES = libport.a
noinst_HEADERS = libport.h getopt.h

libport_a_SOURCES =

libport_a_LIBADD = @LIBOBJS@ @LIBPORT_GETOPT_LONG_DEP@

AUTOMAKE_OPTIONS = dist-tarZ no-dependencies 1.0

# how to pull in getopt.o if we need to build getopt_long.o?
# can anyone tell me how to express that in automake speak, please...
getopt_long.o: getopt.o