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
[EMAIL PROTECTED]

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

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.


-------------------------------------------------------------------------------------
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to