File: Makefile.am

package info (click to toggle)
flightgear 1.0.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,260 kB
  • ctags: 22,860
  • sloc: cpp: 125,656; ansic: 5,361; sh: 3,628; makefile: 925; perl: 680; python: 109
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
noinst_PROGRAMS = threedconvert animassist normalmap

threedconvert_SOURCES = 3dconvert.cxx
threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
			$(opengl_LIBS) $(joystick_LIBS)

animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)

normalmap_SOURCES = normalmap.cxx
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz