Angus Leeming <[EMAIL PROTECTED]> writes:
>> This is 1.3 stuff.
>>
>> | If we can do all this, then we can remove the xforms/form_xxx.[Ch] files
>> | from the repository.
>>
>> Let's do that in 1.3 then.
>
| As you wish. Actually it's turning out pretty easy. Here's the
| xforms/forms/Makefile.am that builds .o files from .fd ones.
Yes, I know it is easy.
| libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
>
| libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)
>
| .fd.C:
| ${SHELL} ${SCRIPT} $<
but this worries me a bit, and we need to figure out what do to do
with distributions. Do we distribute the generated files or not?
(btw. I see you are introducint {} again after _all_ my efforts to get
rid them. ok ok ok They are there in the existing Makefile as well)
| clean-local:
| rm -f *.[Ch] fdfixc_modified.sed
| # rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
>
| #distclean-local:
| # rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*~
--
Lgb