File: Makefile.am

package info (click to toggle)
libhmsbeagle 3.1.2%2Bdfsg-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 45,724 kB
  • sloc: xml: 133,356; cpp: 24,230; ansic: 5,842; java: 2,050; python: 570; makefile: 353; sh: 268
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

bin_PROGRAMS = hello
hello_SOURCES = src/hello.cpp 
hello_CXXFLAGS = $(DEPS_CFLAGS)
hello_LDADD = $(DEPS_LIBS)

dist_noinst_SCRIPTS = autogen.sh