File: Makefile.am

package info (click to toggle)
flightgear 0.9.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,948 kB
  • ctags: 17,555
  • sloc: cpp: 90,696; ansic: 5,266; sh: 3,488; makefile: 840; perl: 680; python: 106
file content (7 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
noinst_PROGRAMS = threedconvert animassist

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

animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)