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 (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
bin_PROGRAMS = fcml_disasm

fcml_disasm_SOURCES = main.c

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

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