diff options
author | Damjan Jovanovic <damjan@apache.org> | 2016-12-12 03:44:36 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2016-12-12 03:44:36 +0000 |
commit | 6a532c8cdb2ed2ec37e3694ff6d70032bccdced0 (patch) | |
tree | 34485047ace011db0b4537e893a07e92b13675e3 /udm/Module_udm.mk | |
parent | bbf6983be4b4b7ab88b4ffaff326016caa2d1f52 (diff) |
Port main/udm to gbuild.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'udm/Module_udm.mk')
-rw-r--r-- | udm/Module_udm.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/udm/Module_udm.mk b/udm/Module_udm.mk new file mode 100644 index 000000000000..c352236495c0 --- /dev/null +++ b/udm/Module_udm.mk @@ -0,0 +1,31 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Module_Module,udm)) + +$(eval $(call gb_Module_add_targets,udm,\ + Package_inc \ + StaticLibrary_udm \ +)) + +# vim: set noet sw=4 ts=4: |