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.

174 lines
3.5KB

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