File: Imakefile

package info (click to toggle)
glut 3.7-25
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 13,036 kB
  • ctags: 47,177
  • sloc: ansic: 148,716; makefile: 44,180; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 52; sed: 49
file content (26 lines) | stat: -rw-r--r-- 624 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. */

#define DoNormalLib YES

#include <Library.tmpl>

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

SRCS = button.c displaylist.c gizmo.c glutmui.c \
   hslider.c miscui.c mui.c pulldown.c textlist.c uicolor.c vslider.c

OBJS = button.o displaylist.o gizmo.o glutmui.o \
   hslider.o miscui.o mui.o pulldown.o textlist.o uicolor.o vslider.o

#ifdef LibraryObjectRule
LibraryObjectRule()
#else
/* XXX Very lame, you must be using pre-R5 config files!  This
   will probably do essentially what LibraryObjectRule does. */
NormalLibraryObjectRule()
#endif

NormalLibraryTarget(mui,$(OBJS))

DependTarget()