File: makefile.watcom

package info (click to toggle)
indent 2.2.11-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,848 kB
  • ctags: 3,016
  • sloc: ansic: 25,774; sh: 4,844; makefile: 436; yacc: 316; sed: 16; cpp: 5
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
OBJ = src\args.obj src\backup.obj src\comments.obj src\globs.obj src\indent.obj src\io.obj src\lexi.obj src\parse.obj src\wildexp.obj

.BEFORE :
        @set WCC386=/zq /oneatx /oh /ei /zp8 /6 /fp6 -bt=nt -DHAVE_CONFIG_H -i=intl

indent.exe : $(OBJ)
        wlink name indent.exe sys nt op q FIL *.obj

.c : src
.c.obj : .AUTODEPEND
        wcc386 $[@ -fo=$^@