/* ** Generate java code from idl files ** ** :JAVAPKG: and :JIDL: must not be in the same Makefile ** because of the way nmake caches directory contents. ** ** Simply list all the .idl files on the right of :JDIL:. ** ** See the rules.mk for details. */ JIDLFILES = \ data.idl \ domaind.idl \ echoback.idl \ fm.idl \ fmStructs.idl \ meas.idl \ oss.idl \ ossStructs.idl \ sm.idl \ su.idl \ suStructs.idl \ util.idl :JIDL: $(JIDLFILES)