File: Makefile.am

package info (click to toggle)
liboil 0.3.15-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,032 kB
  • ctags: 5,929
  • sloc: ansic: 47,058; xml: 12,229; sh: 8,957; perl: 1,095; asm: 1,072; makefile: 748
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

noinst_PROGRAMS = huffman_test

huffman_test_SOURCES = \
	huffman.c \
	huffman.h \
	huffman_test.c
huffman_test_CFLAGS = $(LIBOIL_CFLAGS)
huffman_test_LDFLAGS = $(LIBOIL_LDFLAGS)