~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to samples/c/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2010-03-30 01:43:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100330014355-hz6mntlogs1uep7u
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am -- Process this file with automake to produce Makefile.in
 
2
 
 
3
INCLUDES = $(C_INCLUDES)
 
4
noinst_PROGRAMS = get_parameters get_version_lines gd_scan md_scan expand_2d multi_urg get_timestamp capture_sample partial_scan intensity_sample
 
5
 
 
6
get_parameters_SOURCES = get_parameters.c
 
7
get_version_lines_SOURCES = get_version_lines.c
 
8
gd_scan_SOURCES = gd_scan.c
 
9
md_scan_SOURCES = md_scan.c
 
10
capture_sample_SOURCES = capture_sample.c
 
11
expand_2d_SOURCES = expand_2d.c
 
12
multi_urg_SOURCES = multi_urg.c
 
13
get_timestamp_SOURCES = get_timestamp.c
 
14
intensity_sample_SOURCES = intensity_sample.c
 
15
partial_scan_SOURCES = partial_scan.c
 
16
 
 
17
LIBS = $(SAMPLES_LIBS_PATH) $(C_INSTALL_LIBS) -lm
 
18
 
 
19
EXTRA_DIST = \
 
20
        samples_c.sln \
 
21
        get_parameters_vc8/get_parameters.vcproj \
 
22
        get_version_lines_vc8/get_version_lines.vcproj \
 
23
        gd_scan_vc8/gd_scan.vcproj \
 
24
        md_scan_vc8/md_scan.vcproj \
 
25
        expand_2d_vc8/expand_2d.vcproj \
 
26
        multi_urg_vc8/multi_urg.vcproj \
 
27
        get_timestamp_vc8/get_timestamp.vcproj \
 
28
        capture_sample_vc8/capture_sample.vcproj \
 
29
        partial_scan_vc8/partial_scan.vcproj \
 
30
        gd_scan_vc6/gd_scan.dsp