File: Imakefile

package info (click to toggle)
glut 3.7-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 12,556 kB
  • ctags: 45,170
  • sloc: ansic: 148,716; makefile: 35,208; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 51; sed: 49; sh: 33
file content (26 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

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

#include "../../Glut.cf"

TARGETS = lineblend worms rings agv_example fractals moth text3d \
          noof gears hanoi steam

SRCS = lineblend.c rings.c worms.c agv_example.c agviewer.c fractals.c \
       fracviewer.c hanoi.c moth.c gears.c noof.c text3d.c hanoi.c steam.c

AllTarget($(TARGETS))

SimpleGlutProgramTarget(gears)
SimpleGlutProgramTarget(hanoi)
SimpleGlutProgramTarget(lineblend)
SimpleGlutProgramTarget(moth)
SimpleGlutProgramTarget(noof)
SimpleGlutProgramTarget(rings)
SimpleGlutProgramTarget(steam)
SimpleGlutProgramTarget(text3d)
SimpleGlutProgramTarget(worms)
NormalGlutProgramTarget(agv_example,agv_example.o agviewer.o)
NormalGlutProgramTarget(fractals,fractals.o fracviewer.o)

DependTarget()