File: Makefile.am

package info (click to toggle)
cmph 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,888 kB
  • ctags: 497
  • sloc: sh: 9,125; ansic: 4,887; makefile: 52
file content (10 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
noinst_PROGRAMS = vector_adapter_ex1 file_adapter_ex2

INCLUDES = -I../src/

vector_adapter_ex1_LDADD   = ../src/libcmph.la
vector_adapter_ex1_SOURCES = vector_adapter_ex1.c

file_adapter_ex2_LDADD     = ../src/libcmph.la
file_adapter_ex2_SOURCES   = file_adapter_ex2.c