Annotation of Amaya/thotlib/Makefile.in, revision 1.106

1.1       cvs         1: #
                      2: # Makefile for thotlib directory
                      3: # Generated from thotlib/Makefile.in
                      4: # Daniel Veillard, 1997
                      5: #
                      6: 
1.64      gully       7: .SUFFIXES: .cpp .c .o ND.o
1.1       cvs         8: 
                      9: @VPATHOPT@= @srcdir@
                     10: THOTDIR = @top_srcdir@
1.57      vatton     11: THOTINCLUDES=@THOTINCLUDES@
1.3       cvs        12: 
                     13: include ../Options
                     14: 
1.77      gully      15: INCLUDES= -DHAVE_CONFIG_H -I.. -I@top_srcdir@/amaya/xpm ${THOTINCLUDES} $(GUI_INCLUDES) $(GL_INCLUDES) $(GTK_GL_INCLUDES) $(XFT_INCLUDES) $(FREETYPE_INCLUDES) ${EXTRA_INCLUDES}
                     16: LIBS   = -L. -L.. @LIBS@ $(IMGLIBS) $(EXTRA_LIBS) $(GL_LIBRARIES) $(GTK_GL_LIBRARIES) $(XFT_LIBRARIES) $(FREETYPE_LIBRARIES) $(GTK_LIBRARIES) $(WX_LIBRARIES)
1.1       cvs        17: 
                     18: prefix = @prefix@
                     19: exec_prefix = @exec_prefix@
                     20: libdir = @libdir@
1.7       cvs        21: bindir = @bindir@
1.8       cvs        22: MACHINE= @target@
1.1       cvs        23: 
                     24: SUBDIRS = include
1.31      cvs        25: OBJDIRS = base content dialogue document editing image presentation tree unicode view
1.1       cvs        26: 
                     27: @SET_MAKE@
                     28: 
                     29: #
                     30: # Rule to build standard objects
                     31: #
                     32: .c.o :
1.65      gully      33:        $(CXX) $(CXXFLAGS) $(THOT_OPTIONS) $(INCLUDES) -c $< -o $@
1.64      gully      34: 
                     35: #
                     36: # Rule to build c++ files
                     37: #
                     38: .cpp.o :
                     39:        $(CXX) $(CXXFLAGS) $(THOT_OPTIONS) $(INCLUDES) -c $< -o $@
1.1       cvs        40: 
                     41: #
                     42: # Rule to build specific objects for libThotKernel.a
                     43: #
                     44: .cND.o :
1.65      gully      45:        $(CXX) $(CXXFLAGS) $(THOT_OPTIONS) $(INCLUDES) -DNODISPLAY -c $< -o $@
1.1       cvs        46: 
1.28      cvs        47: all : directories libThotKernel.a libThotEditor.a
1.1       cvs        48: 
                     49: clean :
                     50:        $(RM) libThotKernel.a libThotEditor.a
1.9       cvs        51:        (for dir in $(OBJDIRS) ; do $(RM) -r $$dir/*.o ; done)
1.1       cvs        52: 
1.12      cvs        53: install :
1.7       cvs        54: 
                     55: uninstall:
1.1       cvs        56: 
                     57: directories :
                     58:        @(for dir in $(OBJDIRS) ; \
                     59:          do if test ! -d $$dir ; then $(MKDIR) $$dir ; fi ; done)
                     60: 
                     61: force :
                     62: 
1.28      cvs        63: ../amaya/libCSS.a : force
1.65      gully      64:        @(cd ../amaya ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"  CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" libCSS)
1.28      cvs        65: 
1.1       cvs        66: include .depends
                     67: 
                     68: ../tools/mkdep/mkdep : 
1.65      gully      69:        @(cd ../tools/mkdep ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" )
1.1       cvs        70: 
                     71: .depends depend : ../tools/mkdep/mkdep
1.78      gully      72:        ../tools/mkdep/mkdep -relative -vpath $(VPATH) $(INCLUDES) $(VPATH)/*/*.c $(VPATH)/*/*.cpp  > .depends
1.1       cvs        73: 
                     74: #########################################################################
                     75: #                                                                      #
                     76: #              Rules to build the main libraries                       #
                     77: #                                                                      #
                     78: #########################################################################
                     79: 
                     80: THOTK_OBJ = \
1.81      gully      81:        base/AmayaApp.o \
1.92      gully      82:        base/AmayaAppInstance.o \
1.103     gully      83:        base/AmayaLogDebug.o \
1.81      gully      84:        base/wxAmayaTimer.o \
1.87      gully      85:        base/wxAmayaSocketEvent.o \
                     86:        base/wxAmayaSocketEventLoop.o \
1.64      gully      87:        base/global.o \
1.1       cvs        88:        base/memory.o \
                     89:        base/message.o \
                     90:        base/platform.o \
                     91:        base/registry.o \
1.82      gully      92:        base/registry_wx.o \
                     93:        base/message_wx.o \
1.1       cvs        94:        base/actions.o \
                     95:        base/units.o \
1.102     gully      96:        base/logdebug.o \
1.105     gully      97:        base/testcase.o \
1.1       cvs        98:        document/externalref.o \
                     99:        document/language.o \
                    100:        document/readprs.o \
                    101:        document/readstr.o \
                    102:        document/readtra.o \
                    103:        document/schtrad.o \
1.84      vatton    104:        document/writeprs.o \
                    105:        document/writestr.o \
1.1       cvs       106:        tree/exceptions.o \
                    107:        tree/tree.o \
                    108:        tree/checkaccess.o \
1.15      cvs       109:        tree/labelalloc.o \
1.19      cvs       110:        unicode/uconvert.o \
1.42      cvs       111:        unicode/ustring.o
1.1       cvs       112: 
                    113: KERNEL_OBJ = \
                    114:        base/batchmessage.o \
1.90      vatton    115:        base/fileaccessND.o \
1.28      cvs       116:        base/structlist.o \
1.1       cvs       117:        content/contentapiND.o \
                    118:        content/contentND.o \
                    119:        dialogue/nodisplay.o \
                    120:        document/documentapiND.o \
1.60      vatton    121:        document/readpivot.o \
1.38      cvs       122:        document/schemasND.o \
1.60      vatton    123:        document/writepivotND.o \
1.1       cvs       124:        editing/applicationapiND.o \
                    125:        presentation/presentationapiND.o \
                    126:        tree/attributeapiND.o \
1.28      cvs       127:        tree/references.o \
1.1       cvs       128:        tree/referenceapiND.o \
1.28      cvs       129:        tree/structschema.o \
1.15      cvs       130:        tree/treeapiND.o 
1.1       cvs       131: 
1.28      cvs       132: DISPLAY_OBJ = \
1.90      vatton    133:        base/fileaccess.o \
1.28      cvs       134:        content/content.o \
                    135:        content/dictionary.o \
1.53      cheyroul  136:        image/encdec.o \
1.48      cheyroul  137:        dialogue/fontserver.o \
1.52      cheyroul  138:        dialogue/fontconfig.o \
1.28      cvs       139:        dialogue/font.o \
1.51      cheyroul  140:        dialogue/stix.o \
1.28      cvs       141:        document/documentapi.o \
                    142:        document/readpivot.o \
                    143:        document/schemas.o \
1.36      cvs       144:        document/translation.o \
1.28      cvs       145:        editing/applicationapi.o \
                    146:        image/abspictures.o \
1.1       cvs       147:        image/epshandler.o \
1.28      cvs       148:        image/gifhandler.o \
1.1       cvs       149:        image/jpeghandler.o \
                    150:        image/picture.o \
1.28      cvs       151:        image/pnghandler.o \
                    152:        image/xpmattrib.o \
                    153:        image/xpmcreate.o \
                    154:        image/xpmcrifrdata.o \
                    155:        image/xpmcrpfrdata.o \
                    156:        image/xpmcrpfri.o \
                    157:        image/xpmdata.o \
1.1       cvs       158:        image/xpmhandler.o \
1.28      cvs       159:        image/xpmhashtab.o \
                    160:        image/xpmimage.o \
                    161:        image/xpminfo.o \
                    162:        image/xpmmisc.o \
                    163:        image/xpmparse.o \
                    164:        image/xpmrdftoi.o \
                    165:        image/xpmrdftop.o \
1.24      cvs       166:        presentation/attrpresent.o \
1.1       cvs       167:        presentation/changepresent.o \
1.28      cvs       168:        presentation/presrules.o \
1.1       cvs       169:        presentation/presvariables.o \
                    170:        presentation/pschemaapi.o \
1.24      cvs       171:        presentation/style.o \
1.28      cvs       172:        tree/attributes.o \
1.1       cvs       173:        tree/pagecommands.o \
1.28      cvs       174:        tree/references.o \
                    175:        tree/structschema.o \
1.1       cvs       176:        view/absboxes.o \
                    177:        view/boxmoves.o \
                    178:        view/boxpositions.o \
                    179:        view/boxrelations.o \
                    180:        view/buildboxes.o \
                    181:        view/buildlines.o \
                    182:        view/changeabsbox.o \
                    183:        view/createabsbox.o \
                    184:        view/createpages.o \
1.28      cvs       185:        view/displaybox.o \
                    186:        view/displayview.o \
1.1       cvs       187:        view/frame.o \
1.62      cheyroul  188:        view/hyphen.o \
                    189:         view/tesse.o \
                    190:        view/glgradient.o \
                    191:        dialogue/glglyph.o \
                    192:        dialogue/openglfont.o \
1.63      cheyroul  193:        view/glwindowdisplay.o \
                    194:        view/gldisplay.o \
                    195:        view/spline.o
1.1       cvs       196: 
1.28      cvs       197: EDITOR_OBJ = \
                    198:        base/alloca.o \
                    199:        base/config.o \
                    200:        base/thotmsg.o \
                    201:        base/structlist.o \
                    202:        content/contentapi.o \
                    203:        content/search.o \
                    204:        content/searchref.o \
                    205:        content/word.o \
1.106   ! gully     206:        dialogue/AmayaAddPointEvtHandler.o \
1.87      gully     207:        dialogue/AmayaDialog.o \
1.68      gully     208:        dialogue/AmayaWindow.o \
1.94      gully     209:        dialogue/AmayaWindowIterator.o \
1.80      gully     210:        dialogue/AmayaSimpleWindow.o \
                    211:        dialogue/AmayaNormalWindow.o \
1.86      gully     212:        dialogue/AmayaQuickSplitButton.o \
1.68      gully     213:        dialogue/AmayaPanel.o \
1.88      gully     214:        dialogue/AmayaPopupList.o \
1.86      gully     215:        dialogue/AmayaSubPanel.o \
1.89      gully     216:        dialogue/AmayaSubPanelManager.o \
1.86      gully     217:        dialogue/AmayaFloatingPanel.o \
1.95      gully     218:        dialogue/AmayaApplyClassPanel.o \
1.86      gully     219:        dialogue/AmayaXHTMLPanel.o \
1.91      gully     220:        dialogue/AmayaAttributePanel.o \
1.97      gully     221:        dialogue/AmayaMathMLPanel.o \
1.91      gully     222:        dialogue/AmayaColorsPanel.o \
1.93      gully     223:        dialogue/AmayaCharStylePanel.o \
                    224:        dialogue/AmayaFormatPanel.o \
1.98      vatton    225:        dialogue/AmayaXMLPanel.o \
1.68      gully     226:        dialogue/AmayaPage.o \
1.66      gully     227:        dialogue/AmayaFrame.o \
1.68      gully     228:        dialogue/AmayaCanvas.o \
1.69      gully     229:        dialogue/AmayaNotebook.o \
1.72      gully     230:        dialogue/AmayaToolBar.o \
1.83      gully     231:        dialogue/AmayaScrollBar.o \
1.99      gully     232:        dialogue/AmayaFileDropTarget.o \
1.100     gully     233:        dialogue/AmayaSpeCharPanel.o \
1.104     gully     234:        dialogue/AmayaStatsThread.o \
1.68      gully     235:        dialogue/appdialogue_wx.o \
1.105     gully     236:        dialogue/callback.o\
                    237:        dialogue/callbackinit.o \
                    238:        dialogue/appdialogue.o \
                    239:        dialogue/appli.o \
                    240:        dialogue/attrmenu.o \
                    241:        dialogue/browser.o \
                    242:        dialogue/closedoc.o \
                    243:        dialogue/colors.o \
                    244:        dialogue/context.o \
                    245:        dialogue/creationmenu.o \
                    246:        dialogue/dialogapi.o \
                    247:        dialogue/geom.o \
                    248:        dialogue/input.o \
                    249:        dialogue/interface.o \
                    250:        dialogue/keyboards.o \
                    251:        dialogue/modiftype.o \
                    252:        dialogue/profiles.o \
                    253:        dialogue/presentmenu.o \
                    254:        dialogue/printmenu.o \
                    255:        dialogue/searchmenu.o \
                    256:        dialogue/selectmenu.o \
1.28      cvs       257:        document/docs.o \
1.1       cvs       258:        document/views.o \
1.15      cvs       259:        document/writedoc.o \
1.1       cvs       260:        document/writepivot.o \
                    261:        editing/checkermenu.o \
                    262:        editing/editcommands.o \
1.28      cvs       263:        editing/scroll.o \
                    264:        editing/spellchecker.o \
1.1       cvs       265:        editing/selectionapi.o \
                    266:        editing/structcommands.o \
                    267:        editing/structcreation.o \
                    268:        editing/structmodif.o \
                    269:        editing/structselect.o \
                    270:        editing/textcommands.o \
1.28      cvs       271:        editing/undo.o \
                    272:        editing/undoapi.o \
1.1       cvs       273:        editing/unstructchange.o\
1.28      cvs       274:        image/pictureapi.o \
                    275:        presentation/presentationapi.o \
                    276:        tree/attributeapi.o \
                    277:        tree/paginate.o \
                    278:        tree/referenceapi.o \
                    279:        tree/res.o \
                    280:        tree/resmatch.o \
                    281:        tree/resgen.o \
                    282:        tree/treeapi.o \
1.67      vatton    283:        view/animbox.o \
1.1       cvs       284:        view/boxlocate.o \
1.28      cvs       285:        view/boxparams.o \
1.1       cvs       286:        view/boxselection.o \
                    287:        view/displayselect.o \
1.67      vatton    288:        view/glbox.o \
                    289:        view/gltimer.o \
1.28      cvs       290:        view/inites.o \
1.67      vatton    291:        view/tableH.o \
1.1       cvs       292:        view/unstructlocate.o\
1.28      cvs       293:        view/viewapi.o \
1.67      vatton    294:        view/xwindowdisplay.o
1.1       cvs       295: 
                    296: base/registry.o : @srcdir@/base/registry.c
1.65      gully     297:        $(CXX) $(CXXFLAGS) $(THOT_OPTIONS) $(INCLUDES) \
1.45      kahan     298:           -DCOMPILED_IN_THOTDIR=\"@top_srcdir@\" \
1.17      cvs       299:           -DCOMPILED_IN_THOTDIR2=\"@prefix@/thot\" \
1.46      kahan     300:           -DNODISPLAY \
1.8       cvs       301:           -DMACHINE=\"$(MACHINE)\" -c @srcdir@/base/registry.c -o $@
1.1       cvs       302: 
1.4       cvs       303: libThotKernel : directories libThotKernel.a
                    304: 
                    305: libThotKernel.a : $(THOTK_OBJ) $(KERNEL_OBJ)
1.1       cvs       306:        $(AR) libThotKernel.a $(THOTK_OBJ) $(KERNEL_OBJ)
                    307:        $(RANLIB) libThotKernel.a
                    308:        @$(ECHO) "====>" libThotKernel is done
                    309: 
1.4       cvs       310: libThotEditor : directories libThotEditor.a
                    311: 
1.28      cvs       312: libThotEditor.a : $(THOTK_OBJ) $(DISPLAY_OBJ) $(EDITOR_OBJ)
                    313:        $(AR) libThotEditor.a $(THOTK_OBJ) $(DISPLAY_OBJ) $(EDITOR_OBJ)
1.1       cvs       314:        $(RANLIB) libThotEditor.a
                    315:        @$(ECHO) "====>" libThotEditor is done
                    316: 
                    317: #
                    318: # Rules for producing the print binary
                    319: #
                    320: 
                    321: PRINT_OBJ= \
1.81      gully     322:        dialogue/AmayaPrintNotify.o \
1.1       cvs       323:        dialogue/nodialog.o \
                    324:        tree/paginatePP.o \
                    325:        view/initpses.o \
                    326:        view/psdisplay.o \
1.63      cheyroul  327:        view/printgl.o \
1.67      vatton    328:        view/tableH.o \
1.1       cvs       329:        editing/print.o
                    330: 
1.22      cvs       331: tree/paginatePP.o : @srcdir@/tree/paginate.c @srcdir@/include/thot_sys.h
1.65      gully     332:        $(CXX) $(CXXFLAGS) $(THOT_OPTIONS) $(INCLUDES) -DPAGINEETIMPRIME -c @srcdir@/tree/paginate.c -o $@
1.1       cvs       333: 
1.14      cvs       334: print : ../bin ../bin/print
                    335: 
                    336: ../bin :
                    337:        @(mkdir ../bin)
1.1       cvs       338: 
1.67      vatton    339: ../bin/print : $(THOTK_OBJ) $(DISPLAY_OBJ) $(PRINT_OBJ) \
1.35      cvs       340:         ../amaya/libCSS.a
1.67      vatton    341:        $(CXX) $(LDFLAGS) -o $@ $(THOTK_OBJ) $(DISPLAY_OBJ) $(PRINT_OBJ) ../amaya/libCSS.a $(LIBS)
1.1       cvs       342:        @$(ECHO) "====>" print is done
                    343: 
1.6       cvs       344: CEXTRACT= ../bin/cextract
                    345: 
                    346: $(CEXTRACT) :
1.10      cvs       347:        @(cd ../tools/cextract-$(CEXTRACT_VER) ; $(MAKE) )
1.6       cvs       348: 
                    349: proto : ../bin/cextract
                    350:        @(for i in @srcdir@/*/*.c ; \
                    351:          do \
                    352:          dir=`dirname $$i`;base=`basename $$i .c`; \
                    353:          dir="$$dir/../internals" ; \
                    354:          if [ ! -d $$dir/f ] ; then $(MKDIR) $$dir/f ;fi;\
                    355:          $(CEXTRACT) $(CEXTRACT_FLAGS) -o /tmp/cextract.$$base.$$$$ $$i 2> /dev/null ; \
                    356:          if [ -f $$dir/f/"$$base"_f.h ] ; \
                    357:          then \
                    358:              delta=`$(DIFF) /tmp/cextract.$$base.$$$$ $$dir/f/"$$base"_f.h` ; \
                    359:              if [ "$$delta" != "" ] ; \
                    360:              then \
                    361:                  echo "  $$i proto changed" ; \
                    362:                  $(MV) /tmp/cextract.$$base.$$$$ $$dir/f/"$$base"_f.h ; \
                    363:               else \
                    364:                  $(RM) /tmp/cextract.$$base.$$$$ ; \
                    365:              fi ; \
                    366:          else \
                    367:              echo "  $$i proto added" ; \
                    368:              $(MV) /tmp/cextract.$$base.$$$$ $$dir/f/"$$base"_f.h ; \
                    369:          fi ; \
                    370:         done)
                    371: 

Webmaster