summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-04 11:19:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-04 11:19:49 +0000
commit3747b38bd04bebc9f4e1a140006f0a8c17fc883a (patch)
tree8634c51579a3f6a73d9c0f7d83c769d3c5d4606a /japanese
parentFix build after recent sys.mk changes (diff)
Partially fix build after recent sys.mk changes. This is still broken due
to gcc 3.3 strictness Submitted by: ru
Notes
Notes: svn path=/head/; revision=86275
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ming/files/Makefile76
1 files changed, 39 insertions, 37 deletions
diff --git a/japanese/ming/files/Makefile b/japanese/ming/files/Makefile
index 6aa45b0f97e9..73d4ee1c3aff 100644
--- a/japanese/ming/files/Makefile
+++ b/japanese/ming/files/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/actioncompiler ${.CURDIR}/blocks
+
LIB= ming
SHLIB_MAJOR?= 3
SHLIB_MINOR?= 0
@@ -15,43 +17,43 @@ SRCS= blocklist.c \
shape_cubic.c \
shape_util.c \
text_util.c \
- actioncompiler/assembler.c \
- actioncompiler/compile.c \
- actioncompiler/compileaction.c \
- actioncompiler/lex.swf4.c \
- actioncompiler/lex.swf5.c \
- actioncompiler/swf4compiler.tab.c \
- actioncompiler/swf5compiler.tab.c \
- blocks/action.c \
- blocks/bitmap.c \
- blocks/block.c \
- blocks/browserfont.c \
- blocks/button.c \
- blocks/character.c \
- blocks/cxform.c \
- blocks/dbl.c \
- blocks/error.c \
- blocks/fillstyle.c \
- blocks/font.c \
- blocks/fontinfo.c \
- blocks/gradient.c \
- blocks/input.c \
- blocks/jpeg.c \
- blocks/linestyle.c \
- blocks/loadfont.c \
- blocks/matrix.c \
- blocks/method.c \
- blocks/morph.c \
- blocks/mp3.c \
- blocks/output.c \
- blocks/outputblock.c \
- blocks/placeobject.c \
- blocks/rect.c \
- blocks/shape.c \
- blocks/soundstream.c \
- blocks/sprite.c \
- blocks/text.c \
- blocks/textfield.c
+ assembler.c \
+ compile.c \
+ compileaction.c \
+ lex.swf4.c \
+ lex.swf5.c \
+ swf4compiler.tab.c \
+ swf5compiler.tab.c \
+ action.c \
+ bitmap.c \
+ block.c \
+ browserfont.c \
+ button.c \
+ character.c \
+ cxform.c \
+ dbl.c \
+ error.c \
+ fillstyle.c \
+ font.c \
+ fontinfo.c \
+ gradient.c \
+ input.c \
+ jpeg.c \
+ linestyle.c \
+ loadfont.c \
+ matrix.c \
+ method.c \
+ morph.c \
+ mp3.c \
+ output.c \
+ outputblock.c \
+ placeobject.c \
+ rect.c \
+ shape.c \
+ soundstream.c \
+ sprite.c \
+ text.c \
+ textfield.c
INCSGROUPS= INCS BLKS
INCS= blocklist.h \
blocktypes.h \