summaryrefslogtreecommitdiff
path: root/bcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/Makefile')
-rw-r--r--bcc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bcc/Makefile b/bcc/Makefile
index 9cc0f0a..eb09e52 100644
--- a/bcc/Makefile
+++ b/bcc/Makefile
@@ -11,6 +11,8 @@ else
CC=bcc
CFLAGS=-Mf
LDFLAGS=-s -M
+BINDIR=/usr/bin
+LIBDIR=/usr/lib/bcc
endif
OBJS = bcc-cc1.o codefrag.o debug.o declare.o express.o exptree.o floatop.o \
@@ -42,3 +44,7 @@ bcc-cc1: $(OBJS)
clean:
rm -f bcc bcc-cc1 bcc09 ccc bcc.o $(OBJS)
+
+
+$(OBJS): align.h byteord.h condcode.h const.h gencode.h input.h label.h os.h \
+ output.h parse.h proto.h reg.h sc.h scan.h sizes.h table.h type.h types.h