Changeset 1838 in Sophya for trunk/SophyaPI/PIGcont/Makefile


Ignore:
Timestamp:
Dec 21, 2001, 11:49:27 PM (24 years ago)
Author:
ansari
Message:

Nettoyage des .h en trop, compil avec g++ sous LinuxPPC (rename alloc.h gp_alloc.h) - Reza 21/12/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r1837 r1838  
    1717 
    1818$(OBJ)contour.o: contour.c contour.h gp_types.h mymisc.h dynarray.h \
    19  graph3d.h alloc.h myaxis.h
    20 $(OBJ)myalloc.o: myalloc.c alloc.h graph3d.h gp_types.h mymisc.h
     19 graph3d.h gp_alloc.h myaxis.h
     20$(OBJ)myalloc.o: myalloc.c gp_alloc.h graph3d.h gp_types.h mymisc.h
    2121$(OBJ)myaxis.o: myaxis.c myaxis.h mymisc.h
    2222$(OBJ)picntools.o: picntools.cc picntools.h \
     
    8787 $(INC)ntuple.h \
    8888 $(INC)ntupintf.h contour.h gp_types.h \
    89  dynarray.h mymisc.h graph3d.h alloc.h set.h
     89 dynarray.h mymisc.h graph3d.h gp_alloc.h set.h
    9090$(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \
    9191 $(INC)ctimer.h \
     
    173173 $(INC)servnobjm.h picntools.h pigncont.h \
    174174 $(INC)piscdrawwdg.h contour.h gp_types.h \
    175  dynarray.h mymisc.h graph3d.h alloc.h set.h
     175 dynarray.h mymisc.h graph3d.h gp_alloc.h set.h
    176176$(OBJ)set.o: set.c set.h contour.h gp_types.h mymisc.h dynarray.h graph3d.h
Note: See TracChangeset for help on using the changeset viewer.