File: Makefile.am

package info (click to toggle)
urg 0.8.12-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,236 kB
  • sloc: sh: 10,014; cpp: 6,715; ansic: 2,388; makefile: 188
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Makefile.am -- Process this file with automake to produce Makefile.in

INCLUDES = ${CPP_INCLUDES}
noinst_PROGRAMS = captureIntensitySample

captureIntensitySample_SOURCES = captureIntensitySample.cpp

AM_CXXFLAGS = ${SDL_CFLAGS}
LIBS = ${SAMPLES_LIBS_PATH} ${INSTALL_LIBS}

EXTRA_DIST = \
	ethernet_samples_cpp.sln \
	captureIntensitySample_vc8/captureIntensitySample.vcproj