help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make problem


From: Neta Bar Tal
Subject: make problem
Date: Sun, 22 Jun 2003 11:33:29 +0300

Hi Guys,
I have a question:
I define the following definition 

JAVA_SRC := $(CCWSCA)/$(TOPIC)/*.java

and use the following rule:

build_package : 
        @echo "----------------------------"
        @echo "Compiling package $(TOPIC)"      
        @echo "----------------------------"
         $(JAVAC) -J-Xmx512m $(JAVACFLAGS)  $(JAVA_SRC)


the problem is: I want to pass to the javac the following topic: 
"com/services/*.java" and the make opens it and list all the java files in this 
package.

Is there a way that the make won't extract all the files and pass the *.java 
itself to the javac?


thanks in advance
 
Neta Bar-Tal
* 972-9-7762431
address@hidden

-------------------------------------------------------------------------------------

The information contained in this message is proprietary of Amdocs,

protected from disclosure, and may be privileged.

The information is intended to be conveyed only to the designated recipient(s)

of the message. If the reader of this message is not the intended recipient,

you are hereby notified that any dissemination, use, distribution or copying of 

this communication is strictly prohibited and may be unlawful. 

If you have received this communication in error, please notify us immediately

by replying to the message and deleting it from your computer.

Thank you.


-------------------------------------------------------------------------------------

reply via email to

[Prev in Thread] Current Thread [Next in Thread]