You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
3.6KB

  1. # Generated automatically from Makefile.in by configure.
  2. #############################################################################
  3. # Makefile for building DistributorPlugin.so
  4. # Generated by tmake at 22:13, 2001/09/17
  5. # Project: DistributorPlugin
  6. # Template: app
  7. #############################################################################
  8. ####### Compiler, tools and options
  9. CC = gcc
  10. CXX = g++
  11. CFLAGS = @CFLAGS@
  12. CXXFLAGS= @CXXFLAGS@
  13. INCPATH = -I/usr/X11R6/include
  14. LINK = g++ -shared
  15. LFLAGS =
  16. LIBS = -L/usr/X11R6/lib @FLTK_LIBS@ -lGL -lXext -lX11 -ldl
  17. MOC = moc
  18. UIC =
  19. TAR = tar -cf
  20. GZIP = gzip -9f
  21. INSTALL = @INSTALL@
  22. ###### Autoconf variables
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25. bindir = @bindir@
  26. sbindir = @sbindir@
  27. libexecdir = @libexecdir@
  28. datadir = @datadir@
  29. sysconfdir = @sysconfdir@
  30. sharedstatedir = @sharedstatedir@
  31. localstatedir = @localstatedir@
  32. libdir = @libdir@
  33. infodir = @infodir@
  34. mandir = @mandir@
  35. ####### Files
  36. HEADERS = ../SpiralPlugin.h \
  37. ../SpiralPluginGUI.h \
  38. ../../ChannelHandler.h \
  39. ../Widgets/Fl_Knob.H \
  40. ../Widgets/Fl_DragBar.H \
  41. ../../Sample.h \
  42. DistributorPlugin.h \
  43. DistributorPluginGUI.h
  44. SOURCES = ../SpiralPlugin.C \
  45. ../SpiralPluginGUI.C \
  46. ../../ChannelHandler.C \
  47. ../Widgets/Fl_Knob.cxx \
  48. ../Widgets/Fl_DragBar.cxx \
  49. ../../Sample.C \
  50. DistributorPlugin.C \
  51. DistributorPluginGUI.C
  52. OBJECTS = ../SpiralPlugin.o \
  53. ../SpiralPluginGUI.o \
  54. ../../ChannelHandler.o \
  55. ../Widgets/Fl_Knob.o \
  56. ../Widgets/Fl_DragBar.o \
  57. ../../Sample.o \
  58. DistributorPlugin.o \
  59. DistributorPluginGUI.o
  60. INTERFACES =
  61. UICDECLS =
  62. UICIMPLS =
  63. SRCMOC =
  64. OBJMOC =
  65. DIST =
  66. TARGET = DistributorPlugin.so
  67. ####### Implicit rules
  68. .SUFFIXES: .cpp .cxx .cc .C .c
  69. .cpp.o:
  70. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  71. .cxx.o:
  72. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  73. .cc.o:
  74. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  75. .C.o:
  76. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  77. .c.o:
  78. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  79. ####### Build rules
  80. all: $(TARGET)
  81. $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
  82. $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
  83. moc: $(SRCMOC)
  84. tmake:
  85. tmake DistributorPlugin.pro
  86. dist:
  87. $(TAR) DistributorPlugin.tar DistributorPlugin.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
  88. $(GZIP) DistributorPlugin.tar
  89. clean:
  90. -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
  91. -rm -f *~ core
  92. install:
  93. $(INSTALL) $(TARGET) $(libdir)/SpiralPlugins
  94. ####### Sub-libraries
  95. ###### Combined headers
  96. ####### Compile
  97. ../SpiralPlugin.o: ../SpiralPlugin.C \
  98. ../SpiralPlugin.h \
  99. ../../Sample.h
  100. ../SpiralPluginGUI.o: ../SpiralPluginGUI.C \
  101. ../SpiralPluginGUI.h \
  102. ../Widgets/Fl_DragBar.H \
  103. ../SpiralPlugin.h \
  104. ../../Sample.h
  105. ../Widgets/Fl_Knob.o: ../Widgets/Fl_Knob.cxx \
  106. ../Widgets/Fl_Knob.H
  107. ../Widgets/Fl_DragBar.o: ../Widgets/Fl_DragBar.cxx \
  108. ../Widgets/Fl_DragBar.H
  109. ../../Sample.o: ../../Sample.C \
  110. ../../Sample.h \
  111. ../../SpiralInfo.h
  112. DistributorPlugin.o: DistributorPlugin.C \
  113. DistributorPlugin.h \
  114. ../SpiralPlugin.h \
  115. ../../Sample.h \
  116. ../../SpiralInfo.h \
  117. ../../Sample.h \
  118. DistributorPluginGUI.h \
  119. ../Widgets/Fl_Knob.H \
  120. ../Widgets/Fl_DragBar.H \
  121. ../SpiralPluginGUI.h \
  122. ../Widgets/Fl_DragBar.H \
  123. SpiralIcon.xpm
  124. DistributorPluginGUI.o: DistributorPluginGUI.C \
  125. DistributorPluginGUI.h \
  126. ../Widgets/Fl_Knob.H \
  127. ../Widgets/Fl_DragBar.H \
  128. DistributorPlugin.h \
  129. ../SpiralPlugin.h \
  130. ../../Sample.h \
  131. ../../SpiralInfo.h \
  132. ../../Sample.h \
  133. ../SpiralPluginGUI.h \
  134. ../Widgets/Fl_DragBar.H
  135. ../../ChannelHandler.o: ../../ChannelHandler.C \
  136. ../../ChannelHandler.h