File: Imakefile

package info (click to toggle)
glut 3.6-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 9,084 kB
  • ctags: 15,234
  • sloc: ansic: 131,032; makefile: 2,129; ada: 2,012; yacc: 473; fortran: 290; lex: 131; sed: 49; csh: 38
file content (12 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

/* Copyright (c) Mark J. Kilgard, 1994, 1997. */

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = ideas atlantis walker yacme glutmech geoface \
  chess rollercoaster underwater opengl_logo bluepony \
  lorenz smooth gliq glflare bounce

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))