File: Makefile.am

package info (click to toggle)
liboil 0.3.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,276 kB
  • ctags: 2,005
  • sloc: ansic: 14,199; sh: 8,527; xml: 7,375; makefile: 429
file content (14 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

EXTRA_DIST = example.c


if HAVE_GLIB
noinst_PROGRAMS = uberopt
else
noinst_PROGRAMS = 
endif

uberopt_SOURCES = uberopt.c
uberopt_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS)
uberopt_LDADD = $(LIBOIL_LIBS) $(GLIB_LIBS)