Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
4dadb6ad
Commit
4dadb6ad
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Plain Diff
Merge origin/master
parents
9fdbdb8c
eb3978f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
specifications/Makefile
+0
-54
0 additions, 54 deletions
specifications/Makefile
with
0 additions
and
54 deletions
specifications/Makefile
deleted
100644 → 0
+
0
−
54
View file @
9fdbdb8c
# Copyright (c) by the Simulation Interoperability Standards Organization, Inc.
#
# P.O. Box 781238
# Orlando, FL 32878-1238, USA
# All rights reserved.
#
# This document is an approved product of Simulation Interoperability
# Standards Organization (SISO), Inc. and therefore the copyright of this
# document belongs to SISO, Inc. Permission is hereby granted for this
# document to be used for production of both commercial and non-commercial
# products. Removal of this copyright statement and claiming rights to
# this document is prohibited. In addition, permission is hereby granted
# for this document to be distributed in its original or modified format
# (e.g. as part of a database; however, modification does not imply to the
# content of this document) provided that no charge is invoked for the
# provision. Permission is hereby granted by SISO for modification and
# extension of products produced from this document providing that SISO's
# copyright is acknowledged on the products developed.
#
# SISO EXCOM
# P.O. Box 781238
# Orlando, FL 32878-1238, USA
SRC
=
SISO-REF-010.xml
XSD
=
SISO-REF-010.xsd
XLS
=
SISO-REF-010.xls
C99H
=
SISO-REF-010.h
XSLTPROC
=
xsltproc
XSLTPROCFLAGS
=
--nonet
XMLLINT
=
xmllint
XMLLINTFLAGS
=
--nonet
--noout
CC
=
cc
CCFLAGS
=
all
:
$(XLS) $(C99H)
$(XLS)
:
SISO-REF-010-spreadsheetml.xsl $(SRC)
$(
XSLTPROC
)
-o
$@
$(
XSLTPROCFLAGS
)
$^
$(C99H)
:
SISO-REF-010-c99h.xsl $(SRC)
$(
XSLTPROC
)
-o
$@
$(
XSLTPROCFLAGS
)
$^
clean
:
rm
-f
$(
XLS
)
$(
C99H
)
test
:
$(XLS) $(C99H)
$(
XMLLINT
)
$(
XMLLINTFLAGS
)
$(
XSD
)
$(
XMLLINT
)
$(
XMLLINTFLAGS
)
--schema
$(
XSD
)
$(
SRC
)
$(
XMLLINT
)
$(
XMLLINTFLAGS
)
SISO-REF-010-spreadsheetml.xsl
$(
XMLLINT
)
$(
XMLLINTFLAGS
)
SISO-REF-010-c99h.xsl
$(
XMLLINT
)
$(
XMLLINTFLAGS
)
$(
XLS
)
$(
CC
)
$(
CCFLAGS
)
-o
/dev/null
-c
$(
C99H
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment