~ubuntu-branches/ubuntu/raring/steptalk/raring

« back to all changes in this revision

Viewing changes to Examples/Shell/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Brent A. Fulgham
  • Date: 2004-12-14 22:06:07 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041214220607-6h02yn3lp1lqy3d1
Tags: 0.8.2-5
Recompile for new gnustep requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
stshell_OBJC_FILES = STShell.m STShell+output.m stshell_tool.m
28
28
 
29
29
ADDITIONAL_TOOL_LIBS += -lStepTalk -lreadline -lncurses
 
30
ADDITIONAL_INCLUDE_DIRS += -I../../Frameworks/
 
31
ADDITIONAL_LIB_DIRS += -L../../Frameworks/StepTalk/StepTalk.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
30
32
 
31
33
ADDITIONAL_OBJCFLAGS = -Wall -Wno-import
32
34