File: Makefile.am

package info (click to toggle)
libg3d 0.0.8-38
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,864 kB
  • sloc: ansic: 27,295; sh: 9,263; xml: 4,123; makefile: 850; cpp: 13
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = g3d-stat

AM_CFLAGS = \
	-Wall -ansi -pedantic \
	-I$(top_srcdir)/include \
	@GLIB_CFLAGS@

g3d_stat_SOURCES = g3d-stat.c
g3d_stat_DEPENDENCIES =../src/libg3d.la
g3d_stat_LDADD = ../src/libg3d.la -lm @GLIB_LIBS@ @MAGIC_LIBS@