Changeset 21 in Sophya for trunk/SophyaPI/PI/Makefile
- Timestamp:
- Sep 27, 1996, 12:28:58 AM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r18 r21 9 9 # i.e. variables LIB, OBJ, EXE, INC 10 10 #--------------------------------------------------------------------------- 11 11 12 12 13 # define MACHEROS from uname … … 46 47 else 47 48 FFLAGS := -I${INC} -D${MACHEROSD} 48 CFLAGS := -g -O -Wall -Wpointer-arith \ 49 -Wmissing-prototypes -Wsynth -I$(INC) 50 CXXFLAGS := $(CFLAGS) -I$(CXI) 49 CPPFLAGS := -I${INC} -D${MACHEROSD} 51 50 endif 52 51 AR := /usr/bin/ar 53 52 ARFLAGS := -rcs 54 55 53 56 54 ifeq ($(CC), gcc) … … 81 79 #------------------------------------------------- End of Makefile.h ------- 82 80 83 all: $(LIB)libPI.a 84 $(LIB)libPI.a : $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapx.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pid rawwin.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pihisto.o $(OBJ)piimage.o $(OBJ)pimenubargen.o $(OBJ)pimenubarx.o $(OBJ)pimenugen.o $(OBJ)pimenux.o $(OBJ)pimsghandler.o $(OBJ)pioptmenugen.o $(OBJ)pioptmenux.o $(OBJ)piperiodx.o $(OBJ)pipixmapgen.o $(OBJ)pipixmapx.o $(OBJ)piscdrawwdg.o $(OBJ)pistdwdggen.o $(OBJ)pistdwdgx.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o81 all: $(LIB)libPI.a 82 $(LIB)libPI.a : $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapx.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pidemo.o $(OBJ)pidrawwin.o $(OBJ)pierrdisp.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pihisto.o $(OBJ)piimage.o $(OBJ)pimenubargen.o $(OBJ)pimenubarx.o $(OBJ)pimenugen.o $(OBJ)pimenux.o $(OBJ)pimsghandler.o $(OBJ)pioptmenugen.o $(OBJ)pioptmenux.o $(OBJ)piperiodx.o $(OBJ)pipixmapgen.o $(OBJ)pipixmapx.o $(OBJ)piqualmon.o $(OBJ)piscdrawwdg.o $(OBJ)pistatmon.o $(OBJ)pistdwdggen.o $(OBJ)pistdwdgx.o $(OBJ)piup.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o 85 83 $(AR) $(ARFLAGS) $@ $? 86 84 … … 107 105 $(INC)exceptions.h \ 108 106 $(INC)defs.h \ 109 $(INC)fitsimage.h \ 110 $(INC)cimage.h \ 111 $(INC)rzimage.h \ 112 $(INC)rzvect.h \ 113 $(INC)machine.h \ 114 $(INC)datatypes.h \ 115 $(INC)fitsheader.h \ 116 $(INC)fitskeys.h pidemo.h \ 107 $(INC)peidainit.h \ 108 $(INC)ctimer.h \ 109 $(INC)peida.h \ 110 $(INC)utils.h \ 111 $(INC)machine.h \ 112 $(INC)fitsimage.h \ 113 $(INC)cimage.h \ 114 $(INC)rzimage.h \ 115 $(INC)rzvect.h \ 116 $(INC)imaginit.h \ 117 $(INC)datatypes.h \ 118 $(INC)fitsheader.h \ 119 $(INC)erosio.h \ 120 $(INC)fitskeys.h \ 121 $(INC)erostape.h \ 122 $(INC)strutil.h \ 123 $(INC)ptrarray.h \ 124 $(INC)voidptrarray.h \ 125 $(INC)basearray.h \ 126 $(INC)array.h \ 127 $(INC)lockfile.h \ 128 $(INC)erostarfile.h \ 129 $(INC)dates.h \ 130 $(INC)tarlib.h \ 131 $(INC)dynccd.h \ 132 $(INC)ppersist.h \ 133 $(INC)pclassids.h \ 134 $(CXI)strecinit.h \ 135 $(CXI)psf.h \ 136 $(CXI)star.h \ 137 $(CXI)starmacro.h \ 138 $(INC)generalfit.h \ 139 $(INC)matrix.h \ 140 $(INC)cvector.h \ 141 $(INC)nbmath.h \ 142 $(INC)pemath.h pidemo.h \ 117 143 pisysdep.h piapplx.h piapplgen.h pimsghandler.h picontainerx.h \ 118 144 picontainergen.h piwdgx.h piwdggen.h pimenubarx.h pimenubargen.h \ … … 122 148 pipixmapx.h pipixmapgen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 123 149 picmapgen.h pihisto.h piscdrawwdg.h \ 124 $(INC)histos.h \ 125 $(INC)peida.h \ 126 $(INC)utils.h pidrawwin.h \ 127 $(INC)piup.h 150 $(INC)histos.h pidrawwin.h \ 151 piup.h 128 152 $(OBJ)pidrawwin.o: ./pidrawwin.cc pidrawwin.h pisysdep.h piwindowx.h \ 129 153 piwindowgen.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 130 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h 154 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h pistdwdgx.h \ 155 pistdwdggen.h 156 $(OBJ)pierrdisp.o: ./pierrdisp.cc pierrdisp.h pisysdep.h pibwdgx.h \ 157 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 158 pistdwdggen.h picontainerx.h picontainergen.h piperiodx.h \ 159 $(INC)periodic.h \ 160 $(INC)errorhandlerc.h \ 161 $(INC)utils.h \ 162 $(INC)defs.h 131 163 $(OBJ)pifilechogen.o: ./pifilechogen.cc pifilechogen.h pisysdep.h piwdgx.h \ 132 164 piwdggen.h pimsghandler.h … … 135 167 picontainerx.h picontainergen.h 136 168 $(OBJ)pihisto.o: ./pihisto.cc pihisto.h piscdrawwdg.h pisysdep.h pibwdgx.h \ 137 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 138 $(INC)histos.h \ 139 $(INC)peida.h \ 140 $(INC)defs.h \ 141 $(INC)utils.h \ 142 $(INC)machine.h \ 143 $(INC)perrors.h \ 144 $(INC)exceptions.h 169 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 170 pistdwdggen.h $(INC)histos.h \ 171 $(INC)peida.h \ 172 $(INC)defs.h \ 173 $(INC)utils.h \ 174 $(INC)machine.h \ 175 $(INC)perrors.h \ 176 $(INC)exceptions.h \ 177 $(INC)peidainit.h 145 178 $(OBJ)piimage.o: ./piimage.cc piimage.h \ 146 179 $(INC)cimage.h \ … … 150 183 $(INC)defs.h \ 151 184 $(INC)exceptions.h \ 152 $(INC)perrors.h \ 185 $(INC)peidainit.h \ 186 $(INC)perrors.h \ 187 $(INC)imaginit.h \ 153 188 $(INC)datatypes.h \ 154 189 $(INC)lut.h pisysdep.h \ … … 159 194 $(INC)fitsimage.h \ 160 195 $(INC)fitsheader.h \ 161 $(INC)fitskeys.h 196 $(INC)erosio.h \ 197 $(INC)fitskeys.h \ 198 $(INC)erostape.h \ 199 $(INC)strutil.h \ 200 $(INC)ptrarray.h \ 201 $(INC)voidptrarray.h \ 202 $(INC)basearray.h \ 203 $(INC)peida.h \ 204 $(INC)utils.h \ 205 $(INC)array.h \ 206 $(INC)lockfile.h \ 207 $(INC)erostarfile.h \ 208 $(INC)dates.h \ 209 $(INC)tarlib.h 162 210 $(OBJ)pimenubargen.o: ./pimenubargen.cc pimenubargen.h pisysdep.h pimenux.h \ 163 211 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h piapplx.h piapplgen.h \ … … 177 225 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 178 226 pimenux.h pimenugen.h pistdwdgx.h pistdwdggen.h 227 $(OBJ)piperiodx.o: ./piperiodx.cc piperiodx.h \ 228 $(INC)periodic.h 179 229 $(OBJ)pipixmapgen.o: ./pipixmapgen.cc pipixmapgen.h pisysdep.h pibwdgx.h \ 180 230 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 181 231 picmapgen.h 182 $(OBJ)piperiodx.o: ./piperiodx.cc ./piperiodx.h $(INC)periodic.h183 232 $(OBJ)pipixmapx.o: ./pipixmapx.cc pipixmapx.h pipixmapgen.h pisysdep.h \ 184 233 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 185 234 picmapx.h picmapgen.h 235 $(OBJ)piqualmon.o: ./piqualmon.cc piqualmon.h pisysdep.h piscdrawwdg.h \ 236 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 237 pistdwdggen.h pioptmenux.h pioptmenugen.h picontainerx.h \ 238 picontainergen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 239 $(CXI)qualite.h \ 240 $(INC)histos.h \ 241 $(INC)peida.h \ 242 $(INC)defs.h \ 243 $(INC)utils.h \ 244 $(INC)machine.h \ 245 $(INC)perrors.h \ 246 $(INC)exceptions.h \ 247 $(INC)peidainit.h \ 248 $(CXI)recostar.h \ 249 $(INC)cimage.h \ 250 $(INC)rzimage.h \ 251 $(INC)rzvect.h \ 252 $(INC)imaginit.h \ 253 $(INC)datatypes.h \ 254 $(CXI)stlist.h \ 255 $(INC)dynccd.h \ 256 $(INC)ppersist.h \ 257 $(INC)pclassids.h \ 258 $(CXI)star.h \ 259 $(CXI)strecinit.h \ 260 $(CXI)starmacro.h \ 261 $(CXI)psf.h \ 262 $(INC)generalfit.h \ 263 $(INC)matrix.h \ 264 $(INC)cvector.h \ 265 $(CXI)transfo.h \ 266 $(INC)poly.h \ 267 $(INC)erosfitsname.h \ 268 $(INC)dates.h \ 269 $(INC)fitsimage.h \ 270 $(INC)fitsheader.h \ 271 $(INC)erosio.h \ 272 $(INC)fitskeys.h \ 273 $(INC)erostape.h \ 274 $(INC)strutil.h \ 275 $(INC)ptrarray.h \ 276 $(INC)voidptrarray.h \ 277 $(INC)basearray.h \ 278 $(INC)array.h \ 279 $(INC)lockfile.h \ 280 $(INC)erostarfile.h \ 281 $(INC)tarlib.h 186 282 $(OBJ)piscdrawwdg.o: ./piscdrawwdg.cc piscdrawwdg.h pisysdep.h pibwdgx.h \ 187 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 283 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 284 pistdwdggen.h \ 188 285 $(INC)generalfit.h \ 189 286 $(INC)exceptions.h \ 190 287 $(INC)defs.h \ 288 $(INC)peidainit.h \ 191 289 $(INC)matrix.h \ 192 290 $(INC)peida.h \ … … 197 295 $(INC)pclassids.h \ 198 296 $(INC)cvector.h 297 $(OBJ)pistatmon.o: ./pistatmon.cc pistatmon.h pisysdep.h piscdrawwdg.h \ 298 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 299 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 300 picontainergen.h \ 301 $(CXI)qualite.h \ 302 $(INC)histos.h \ 303 $(INC)peida.h \ 304 $(INC)defs.h \ 305 $(INC)utils.h \ 306 $(INC)machine.h \ 307 $(INC)perrors.h \ 308 $(INC)exceptions.h \ 309 $(INC)peidainit.h \ 310 $(CXI)recostar.h \ 311 $(INC)cimage.h \ 312 $(INC)rzimage.h \ 313 $(INC)rzvect.h \ 314 $(INC)imaginit.h \ 315 $(INC)datatypes.h \ 316 $(CXI)stlist.h \ 317 $(INC)dynccd.h \ 318 $(INC)ppersist.h \ 319 $(INC)pclassids.h \ 320 $(CXI)star.h \ 321 $(CXI)strecinit.h \ 322 $(CXI)starmacro.h \ 323 $(CXI)psf.h \ 324 $(INC)generalfit.h \ 325 $(INC)matrix.h \ 326 $(INC)cvector.h \ 327 $(CXI)transfo.h \ 328 $(INC)poly.h \ 329 $(INC)erosfitsname.h \ 330 $(INC)dates.h \ 331 $(INC)fitsimage.h \ 332 $(INC)fitsheader.h \ 333 $(INC)erosio.h \ 334 $(INC)fitskeys.h \ 335 $(INC)erostape.h \ 336 $(INC)strutil.h \ 337 $(INC)ptrarray.h \ 338 $(INC)voidptrarray.h \ 339 $(INC)basearray.h \ 340 $(INC)array.h \ 341 $(INC)lockfile.h \ 342 $(INC)erostarfile.h \ 343 $(INC)tarlib.h 199 344 $(OBJ)pistdwdggen.o: ./pistdwdggen.cc pistdwdggen.h pisysdep.h piwdgx.h \ 200 345 piwdggen.h pimsghandler.h 201 346 $(OBJ)pistdwdgx.o: ./pistdwdgx.cc pisysdep.h pistdwdgx.h pistdwdggen.h \ 202 347 piwdgx.h piwdggen.h pimsghandler.h 348 $(OBJ)piup.o: ./piup.cc \ 349 $(INC)ctimer.h \ 350 $(INC)peida.h \ 351 $(INC)defs.h \ 352 $(INC)utils.h \ 353 $(INC)machine.h \ 354 $(INC)perrors.h \ 355 $(INC)exceptions.h \ 356 $(INC)peidainit.h \ 357 $(INC)imageop.h \ 358 $(INC)cimage.h \ 359 $(INC)rzimage.h \ 360 $(INC)rzvect.h \ 361 $(INC)imaginit.h \ 362 $(INC)datatypes.h \ 363 $(INC)fitsimage.h \ 364 $(INC)fitsheader.h \ 365 $(INC)erosio.h \ 366 $(INC)fitskeys.h \ 367 $(INC)erostape.h \ 368 $(INC)strutil.h \ 369 $(INC)ptrarray.h \ 370 $(INC)voidptrarray.h \ 371 $(INC)basearray.h \ 372 $(INC)array.h \ 373 $(INC)lockfile.h \ 374 $(INC)erostarfile.h \ 375 $(INC)dates.h \ 376 $(INC)tarlib.h piup.h 203 377 $(OBJ)piwdggen.o: ./piwdggen.cc piwdggen.h pimsghandler.h picontainergen.h \ 204 378 pisysdep.h piwdgx.h
Note:
See TracChangeset
for help on using the changeset viewer.