File: net.R

package info (click to toggle)
sgt-puzzles 6879-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,780 kB
  • ctags: 3,974
  • sloc: ansic: 41,479; perl: 1,260; objc: 1,184; makefile: 50
file content (21 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- makefile -*-

NET      = net tree234 dsf

# Debian already has a binary called `net' (in the samba-common package)
# so we append `game' to its name
netgame  : [X] GTK COMMON NET

# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
netgame  : [G] WINDOWS COMMON NET

ALL += NET

!begin gtk
GAMES += netgame
!end

!begin >list.c
    A(net) \
!end