Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kramm committed May 4, 2007
1 parent de2b7f2 commit b3defc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions swfs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ keyboard_viewer.$(O): keyboard_viewer.c
PreLoaderTemplate.$(O): PreLoaderTemplate.c
$(C) -I../lib PreLoaderTemplate.c -o $@

simple_viewer$(E): simple_viewer.$(O) ../lib/librfxswf$(A)
$(L) simple_viewer.$(O) -o $@ ../lib/librfxswf$(A) $(LIBS)
keyboard_viewer$(E): keyboard_viewer.$(O) ../lib/librfxswf$(A)
$(L) keyboard_viewer.$(O) -o $@ ../lib/librfxswf$(A) $(LIBS)
PreLoaderTemplate$(E): PreLoaderTemplate.$(O) ../lib/librfxswf$(A)
$(L) PreLoaderTemplate.$(O) -o $@ ../lib/librfxswf$(A) $(LIBS)
simple_viewer$(E): simple_viewer.$(O) ../lib/librfxswf$(A) ../lib/libbase$(A)
$(L) simple_viewer.$(O) -o $@ ../lib/librfxswf$(A) ../lib/libbase$(A) $(LIBS)
keyboard_viewer$(E): keyboard_viewer.$(O) ../lib/librfxswf$(A) ../lib/libbase$(A)
$(L) keyboard_viewer.$(O) -o $@ ../lib/librfxswf$(A) ../lib/libbase$(A) $(LIBS)
PreLoaderTemplate$(E): PreLoaderTemplate.$(O) ../lib/librfxswf$(A) ../lib/libbase$(A)
$(L) PreLoaderTemplate.$(O) -o $@ ../lib/librfxswf$(A) ../lib/libbase$(A) $(LIBS)

simple_viewer.swf: $(programs)
@echo Calling ./keybard_viewer to create keyboard_viewer.swf
Expand Down

0 comments on commit b3defc4

Please sign in to comment.