1SUBDIRS = omniidl_be
2
3all::
4	@$(MakeSubdirs)
5
6export::
7	@$(MakeSubdirs)
8
9ifdef INSTALLTARGET
10install::
11	@$(MakeSubdirs)
12endif
13