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 (20 lines) | stat: -rw-r--r-- 285 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
20
#
# Makefile
#

          TOP = ..
       CONFIG = .
  CURRENT_DIR = config

include $(CONFIG)/Makefile.defs

  OTHER_SRCS = \
		site.def \
		Makefile.defs \
		Makefile.rules \
		Makedefs.iris \
		Makedefs.sun4 \
		Makedefs.linux \
		Makedefs.solaris

include $(CONFIG)/Makefile.rules