home *** CD-ROM | disk | FTP | other *** search
- # Objective-C Interface Module
- ###############################
-
- # Compile with NeXT cc and ObjC runtime. If you do not want the entire
- # ApplicationKit to be linked in, comment out ``-u libNeXT_s -lNeXT_s''.
- OCC=cc -Wall -ObjC -g
- ObjC Modules/ObjC.m \
- Modules/ObjCMethod.m \
- Modules/ObjCObject.m \
- Modules/ObjCPointer.m \
- Modules/ObjCRuntime.m \
- Modules/ObjCStreams.m \
- Modules/objc_support.m \
- Modules/OC_Pasteboard.m \
- Modules/OC_PythonBundle.m \
- Modules/OC_PythonInt.m \
- Modules/OC_PythonObject.m \
- Modules/OC_PythonString.m \
- Modules/OC_Stream.m -u libNeXT_s -lNeXT_s
-
- # Compile with GNU gcc, ObjC runtime and GNUstep Base.
- # If you aren't on NeXTSTEP, comment out ``-fgnu-runtime''.
- #OCC=$(CC) -DGNU_RUNTIME -fgnu-runtime
- #ObjC Modules/ObjC.m \
- # Modules/ObjCMethod.m \
- # Modules/ObjCObject.m \
- # Modules/ObjCPointer.m \
- # Modules/ObjCRuntime.m \
- # Modules/ObjCStreams.m \
- # Modules/objc_support.m \
- # Modules/OC_Pasteboard.m \
- # Modules/OC_PythonBundle.m \
- # Modules/OC_PythonInt.m \
- # Modules/OC_PythonObject.m \
- # Modules/OC_PythonString.m \
- # Modules/OC_Stream.m -lgnustep-base -lobjc
-
- ##
- ## PyServicesDelegate
- ##
-
- ## BOGUSE-- also includes libs for readline! [due to a bug in
- ## the configuration stuff]
- PyServicesDelegate Modules/PyServicesDelegate.m -lreadline -ltermcap
-
- #
- # Local Variables:
- # change-log-default-name:"../ChangeLog.PyObjC"
- # End:
- #
-