Changeset 1025 in Sophya for trunk/SophyaExt/JThreadsC++


Ignore:
Timestamp:
May 21, 2000, 4:12:49 AM (25 years ago)
Author:
ansari
Message:

Correction Makefile - Reza 20/05/2000

File:
1 edited

Legend:

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

    r1022 r1025  
    11#  Makefile for building JTC JThreads/C++
    22#  Source code from Object Oriented Concepts  www.ooc.com
    3 #  R. Ansari      LAL-IN2P3/CNRS   
     3#  R. Ansari      LAL-IN2P3/CNRS    05/2000
    44
    55CXX := g++
     
    2222endif
    2323
    24 all : hello clock diner conprod
     24PROGS = hello clock diner conprod
     25
     26all : $(PROGS)
    2527        echo 'hello clock diner conprod built'
     28
     29clean :
     30        rm -f *.o
     31        rm -f $(PROGS)
    2632
    2733hello : hello.o
Note: See TracChangeset for help on using the changeset viewer.