File: Makefile.am

package info (click to toggle)
fcml 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,536 kB
  • sloc: ansic: 57,510; cpp: 21,835; sh: 4,410; lex: 834; makefile: 508; yacc: 317
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
bin_PROGRAMS = fcml_asm

fcml_asm_SOURCES = main.c

fcml_asm_CPPFLAGS = -I$(top_srcdir)/include @FCML_IMPORT_LIB@

fcml_asm_LDADD = $(top_srcdir)/src/libfcml.la