~ubuntu-branches/ubuntu/quantal/flightgear/quantal

« back to all changes in this revision

Viewing changes to src/FDM/LaRCsim/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2002-03-27 21:50:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215015-0rvi3o8iml0a8s93
Tags: upstream-0.7.9
ImportĀ upstreamĀ versionĀ 0.7.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = \
 
2
        c172_aero.c c172_aero.h \
 
3
        c172_engine.c \
 
4
        c172_gear.c \
 
5
        c172_init.c \
 
6
        ls_trim.c \
 
7
        navion_init.h \
 
8
        uiuc_aero.c
 
9
 
 
10
AIRCRAFT_MODEL =  c172_aero.c c172_engine.c c172_gear.c c172_init.c \
 
11
                  navion_init.h  navion_aero.c navion_engine.c \
 
12
                  navion_gear.c navion_init.c uiuc_aero.c \
 
13
                  cherokee_aero.c cherokee_engine.c cherokee_gear.c \
 
14
                  cherokee_init.c
 
15
 
 
16
noinst_LIBRARIES = libLaRCsim.a
 
17
 
 
18
libLaRCsim_a_SOURCES = \
 
19
        atmos_62.c atmos_62.h \
 
20
        default_model_routines.c default_model_routines.h \
 
21
        ls_accel.c ls_accel.h \
 
22
        ls_aux.c ls_aux.h \
 
23
        ls_cockpit.h ls_constants.h ls_generic.h \
 
24
        ls_geodesy.c ls_geodesy.h \
 
25
        ls_gravity.c ls_gravity.h \
 
26
        ls_init.c ls_init.h \
 
27
        ls_matrix.c ls_matrix.h \
 
28
        ls_model.c ls_model.h \
 
29
        ls_sim_control.h \
 
30
        ls_step.c ls_step.h \
 
31
        ls_sym.h ls_types.h \
 
32
        $(AIRCRAFT_MODEL) \
 
33
        ls_interface.c ls_interface.h
 
34
 
 
35
if OLD_AUTOMAKE
 
36
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
 
37
else
 
38
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
39
endif