File: Makefile

package info (click to toggle)
dstooltk 2.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,520 kB
  • ctags: 3,169
  • sloc: ansic: 27,185; tcl: 4,770; makefile: 588; sh: 81; csh: 7
file content (19 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile
#

          TOP = ..
       CONFIG = $(TOP)/config
  CURRENT_DIR = oogl

include $(CONFIG)/Makefile.defs

     OOGL_SRCS = \
		central.oogl \
		dbl_pendulum.oogl \
		pendulum.oogl \
		restrict3.oogl

  OTHER_SRCS = $(OOGL_SRCS)

include $(CONFIG)/Makefile.rules