Ignore:
Timestamp:
May 20, 2000, 10:56:25 AM (25 years ago)
Author:
ansari
Message:

Adaptation multiplateforme - Reza 19/5/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/JThreadsC++/Examples/Makefile

    r1016 r1018  
    99
    1010SYSNOM = $(shell echo `uname`)
     11SYSNOMD = $(shell echo `uname | sed 's/-//'`)
    1112SYSCOMPNOM = $(SYSNOM)-$(CXX)
    1213
     
    1617
    1718SYSLIBS = -lpthread
     19CPPFLAGS   := -I$(INC)  -D$(SYSNOMD)
    1820ifeq ($(CXX),cxx)
    19   CPPFLAGS   :=  -I$(INC) -pthread
     21  CPPFLAGS   :=  $(CPPFLAGS) -pthread
    2022endif
    2123
Note: See TracChangeset for help on using the changeset viewer.