summaryrefslogtreecommitdiff
path: root/common/gccdefs.mak
blob: 2ed231a6886dadc294df825ed475499298fede5d (plain)
1
2
3
4
5
6
7
8
#    Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
#    Unauthorized use, copying, and/or distribution prohibited.

# gccdefs.mak
# Definitions for compilation with gcc.

CC_=gcc $(GENOPT) $(CFLAGS) $(XCFLAGS) -c
CCAUX=gcc $(CFLAGS)